Files
Flask_Webserver/templates/index.html

3 lines
112 B
HTML

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