Appli_demo/templates/base.html

12 lines
188 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
</head>
<body>
<h1>Mini-App classe</h1>
{% block content %}
{% endblock %}
</body>
</html>