all repos — homestead @ 93bb3690ffd5d561852b20a77c0f1682c01fe906

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