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.
21 lines
430 B
21 lines
430 B
2 years ago
|
{{ define "main" }}
|
||
|
|
||
|
|
||
|
|
||
|
<div class="al-body-container">
|
||
|
<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>
|
||
|
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|