diff options
Diffstat (limited to 'themes/terrassa/layouts/partials/section.html')
-rw-r--r-- | themes/terrassa/layouts/partials/section.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/terrassa/layouts/partials/section.html b/themes/terrassa/layouts/partials/section.html new file mode 100644 index 0000000..ef05877 --- /dev/null +++ b/themes/terrassa/layouts/partials/section.html @@ -0,0 +1,6 @@ +<section class="section"> + <h1 class="section__title">{{ .Title }}</h1> + <div class="section__content"> + {{ .Content }} + </div> +</section>
\ No newline at end of file |