diff options
Diffstat (limited to 'layouts/partials/open_section.html')
-rw-r--r-- | layouts/partials/open_section.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/open_section.html b/layouts/partials/open_section.html new file mode 100644 index 0000000..f58cdf9 --- /dev/null +++ b/layouts/partials/open_section.html @@ -0,0 +1,9 @@ +<div class="stripe-dark"> + <div class="mw7 center pa2"> + <h2 class="baskerville f2 lh-title">{{ .Title }}</h2> + + <div class="main-content lh-copy"> + {{ .Content }} + </div> + </div> +</div> |