diff --git a/_layouts/legal_container.html b/_layouts/legal_container.html new file mode 100644 index 0000000..9b64d12 --- /dev/null +++ b/_layouts/legal_container.html @@ -0,0 +1,14 @@ +--- +layout: page +--- + +<section class="publication-layout"> + <div class="markdown-container max-w-5xl"> + {% unless page.heading == null %} + <h1 class="font-extrabold"> + {{ page.heading }} + </h1> + {% endunless %} + {{ content }} + </div> +</section> \ No newline at end of file