all repos — homestead @ 1e0b5b86c034d6205aa1ba1ff42bc40b9f60cf63

Code for my website

templates/index.html (view raw)

{% extends "base.html" %}

{% block main %}
  
    {{ section.content | safe }}
  
{% endblock %}