mirror of
https://github.com/mwalbeck/pushjet-webinterface.git
synced 2024-11-23 14:57:33 +00:00
12 lines
227 B
HTML
12 lines
227 B
HTML
{% extends "layout/base.html" %}
|
|
{% block body %}
|
|
|
|
{% block content %}
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
<script src="{{ url_for('static', filename='js/message.js') }}" charset="utf-8"></script>
|
|
{% endblock %}
|