mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
4 lines
88 B
HTML
4 lines
88 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>Templates Page</h1>
|
|
{% endblock %} |