Create templates for title, description, date

This commit is contained in:
Will Faught
2022-12-11 21:51:24 -08:00
parent 0686e8aa37
commit de7e4135ba
5 changed files with 29 additions and 34 deletions

View File

@@ -0,0 +1,3 @@
{{ if .Description }}
<p class="lead text-center">{{ .Description | markdownify }}</p>
{{ end }}