1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-10 00:28:23 +02:00
echo/website/layouts/single/single.html
Vishal Rana 054a310e70 updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-20 14:51:17 -08:00

15 lines
309 B
HTML

{{ partial "head.html" . }}
<body>
{{ partial "topnav.html" . }}
<div class="w3-container w3-content w3-padding-64">
<div class="w3-row-padding">
<div class="w3-col m9 l9">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
</div>
</div>
{{ partial "footer.html" . }}
</body>
</html>