5 lines
87 B
HTML
5 lines
87 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
This will be the homepage
|
||
|
{% endblock %}
|