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

simple.html « homes « partials « layouts - github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0843feef40067cb1e59a699677f86a459f12e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
  <div role="main" class="container">
    <article>
      <div class="row justify-content-center">
        <div class="col-md-8">
        {{ with .Content }}
          {{.}}
        {{ end }}
        </div>
      </div>
    </article>
  </div>