Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.html « _default « layouts - github.com/gethugothemes/omega-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5ec5ce6f32499215c02de7f424dd4852a8a3ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main" }}

<section class="section">
  <div class="container">
    <div class="row">
      <div class="col-12">
        {{.Content }}
      </div>
    </div>
  </div>
</section>

{{ end }}