all repos — homestead @ 01f373d6d748289686b5c0d28622c9cd85a1c3cd

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 %}