aboutsummaryrefslogblamecommitdiff
path: root/layouts/_default/single.html
blob: 6996c92272d2223b1aa307475d59288b7e8592f7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                   
                                          
                           


                                                 
          
        
         
{{ define "main" }}
<div class="posts-container mx-auto my-5">
  <div class="post single">
      {{ partial "single/header.html" . }}
      <div class="e-content">{{ .Content }}</div>
      {{ partial "single/footer.html" . }}
    </div>
  </div>
{{ end }}