bbz/templates/foo/bar.html

8 lines
143 B
HTML
Raw Permalink Normal View History

2024-12-21 20:28:19 +01:00
{% extends 'base.html' %}
{% block title %} foo/bar {% endblock %}
{% block content %}
<p> {{ url_for('test1.bp_foo') }} </p>
{% endblock %}