website/templates/index.html

5 lines
87 B
HTML

{% extends "base.html" %}
{% block content %}
This will be the homepage
{% endblock %}