mxblog/web/templates/home.html
2020-04-21 19:03:45 +03:00

13 lines
243 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MXBlog - Home</title>
{{template "static.html"}}
</head>
<body>
{{template "header.html"}}
welcome to home
{{template "footer.html"}}
</body>
</html>