{% extends 'base.html' %} {% block title %} foo/bar {% endblock %} {% block content %}

{{ url_for('test1.bp_foo') }}

{% endblock %}