all repos — homestead @ 962a7c8cbdcd486dd5ec4cdc197a72f82d3831af

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