website/templates/index.html

5 lines
87 B
HTML
Raw Permalink Normal View History

2022-03-19 03:04:32 +00:00
{% extends "base.html" %}
{% block content %}
This will be the homepage
{% endblock %}