10 lines
206 B
Cheetah
10 lines
206 B
Cheetah
{{define "head"}}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/static/style/style.css">
|
|
<script src="/static/js/echarts.min.js"></script>
|
|
</head>
|
|
<body>
|
|
{{template "navbar"}}
|
|
{{end}}
|