Files
TandoorRecipes/cookbook/templates/test.html
2022-04-23 13:03:15 +02:00

20 lines
277 B
HTML

{% extends "base.html" %}
{% load render_bundle from webpack_loader %}
{% load static %}
{% load i18n %}
{% load l10n %}
{% load custom_tags %}
{% block title %}Test{% endblock %}
{% block content_fluid %}
{{ data }}
{% endblock %}
{% block script %}
{% endblock %}