13 lines
243 B
HTML
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> |