Files
recipes/cookbook/templates/test.html
2022-10-02 16:39:56 +02:00

24 lines
411 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 %}
<a href="{{ login_url }}" target="_blank" rel="noreferrer nofollow">Login CookIt</a>
<br/>
<a href="?sync=748" >Sync</a>
{{ data }}
{% endblock %}
{% block script %}
{% endblock %}