mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
5 lines
167 B
HTML
5 lines
167 B
HTML
{% extends 'themes/' + theme() + '/base.html' %}
|
|
|
|
{% block app_content %}
|
|
<script src="{{ '/static/themes/' + theme() + '/js/logout.js' }}"></script>
|
|
{% endblock %}
|