layout: default


<!– _layouts/page.html –>

{% include resolve-dark.liquid %} <main class=“{% if dark %} bg-dark

 {% else %} bg-light text-dark {% endif %}
 flex-fill p-4">
{{ content }}
<a href="#" class="btn btn-block">
  <span class="fas fa-lg fa-angle-double-up"></span>
</a>

</main> {% include footer.html %}

<!– _layouts/page.html EOF–>