mirror of
https://github.com/sstent/foodplanner.git
synced 2025-12-06 08:01:47 +00:00
5 lines
145 B
HTML
5 lines
145 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>Test Template</h1>
|
|
<p>This is a test template to check if inheritance works.</p>
|
|
{% endblock %} |