hugo-tango-theme/layouts/_default/single.html

11 lines
139 B
HTML
Raw Normal View History

2018-01-11 09:16:05 +04:00
{{ define "main" }}
<div class="container">
<br>
{{ partial "article" . }}
{{ partial "single_footer" . }}
</div>
{{ end }}