all repos — homestead @ fe2ac52cca4b106e55b1ecb276fe4e083a63e5fd

Code for my website

templates/index.html (view raw)

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

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