page.html 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 --- layout: default --- <div class="content-wrapper px-4 py-2"> {% if page.title and page.title != blank %} <div class="content-header"> <h1>{{ page.title }}</h1> </div> {% endif %} <div class="content px-2"> {{ content }} </div> </div>