goblog/templates/overview.html

8 lines
220 B
HTML
Raw Normal View History

2018-11-04 19:58:34 +01:00
<html>
<body style="background-color: #333; color: #ccc;">
<div id="content" style="width: 70%; margin: auto; padding-top: 10%;">
2018-11-04 21:13:04 +01:00
{{.Author}} said: {{.Content}}
2018-11-04 19:58:34 +01:00
</div>
</body>
</html>