3 lines
88 B
Django/Jinja
3 lines
88 B
Django/Jinja
{% include("templates/cat_form.html.j2") %}
|
|
{% include("templates/cat_list.html.j2") %}
|