You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
123456789101112131415
  1. {{ partial "header" . }}
  2. <main>
  3. <div>
  4. <h2>{{ .Title }}</h2>
  5. <h5>{{ .Description }}</h5>
  6. {{ partial "tags" . }}
  7. </div>
  8. <div align="start" class="content">{{ .Content }}</div>
  9. </main>
  10. {{ partial "footer" . }}