mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 16:14:36 +00:00
16 lines
354 B
HTML
16 lines
354 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 managebar %}
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
{% endblock %} |