all repos — homestead @ 3bc79a3f7ad95091c76d7fa8f9ad4a0d6940f72e

Code for my website

themes/bear/templates/index.html (view raw)

1
2
3
4
5
6
7
{% extends "base.html" %}

{% block main %}
  <main>
    {{ section.content | safe }}
  </main>
{% endblock %}