mirror of
https://github.com/mwalbeck/pushjet-webinterface.git
synced 2025-02-07 01:51:02 +00:00
11 lines
227 B
HTML
11 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 %}
|