flask-server/kinolist/templates/pages/to_watch.html

10 lines
203 B
HTML
Raw Normal View History

2024-10-08 13:20:00 -04:00
{% extends 'base.html' %}
{% block header %}
<h2>{% block title%}Movies To Watch{% endblock title %}</h2>
{% endblock header %}
{% block content %}
{% include('_movies.html') %}
{% endblock content %}