mirror of https://github.com/luizdepra/hugo-coder.git

Ardemium
30.42.2024 046c15cb635c4d6b65260431d19aaeb128efd360
1
2
3
4
5
6
7
8
9
10
11
12
13
<section class="container page">
  <article>
    <header>
      <h1 class="title">
        <a class="title-link" href="{{ .Permalink | safeURL }}">
          {{ .Title }}
        </a>
      </h1>
    </header>
 
    {{ .Content }}
  </article>
</section>