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.
 
 
 
 
 
 

17 lines
437 B

{{ define "main" }}
<div class="al-body-container " style="margin: auto;">
<section class="al-page-page" dir="ltr">
<div class="container py-5">
<h1 class="al-section-title mb-4">{{ .Title }}</h1>
<article>
<div class="al-page-content pb-5 al-wysiwyg">
{{ .Content }}
</div>
</article>
</div>
</section>
</div>
{{ end }}