Files
basegame-vcko/templates/index.html

5 lines
120 B
HTML

{% extends "base.html" %}
{% block title %}Home Page{% endblock %}
{% block content %}
<h1>Home Page</h1>
{% endblock %}