mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 08:09:37 +00:00
19 lines
416 B
HTML
19 lines
416 B
HTML
{% extends "layout.html" %}
|
|
{% from "_macros.html" import render_widget_styles %}
|
|
|
|
{% block styles %}
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='widget.css')}}" />
|
|
{{ render_widget_styles(styles) }}
|
|
{% endblock %}
|
|
|
|
{% block navbar %}
|
|
{% endblock %}
|
|
|
|
{%- block gtm_header %}
|
|
{%- endblock gtm_header %}
|
|
|
|
{%- block gtm_body %}
|
|
{%- endblock gtm_body %}
|
|
|
|
{% block footer %}
|
|
{% endblock %} |