Open bswck opened 4 months ago
Let's use Jinja features like {% block ... %} to make the default templates (I'm looking at you, app_index.html) extendible (customizable?), which are now rather slated for replacement if we want to have some customization.
{% block ... %}
app_index.html
Let's use Jinja features like
{% block ... %}
to make the default templates (I'm looking at you,app_index.html
) extendible (customizable?), which are now rather slated for replacement if we want to have some customization.