Files
Flask_Webserver/templates/index.html

9 lines
131 B
HTML

{% extends "base.html" %}
{% block title %}
Title: Index
{% endblock %}
{% block content %}
Content: Index
{% endblock %}