2024-01-30 23:47:02 +00:00
|
|
|
{% extends 'master.twig' %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% block messages_content %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% if globals.eeprom_path is not empty and globals.eeprom_app_messages is not empty %}
|
2025-02-27 00:16:46 +00:00
|
|
|
<script>
|
2024-01-30 23:47:02 +00:00
|
|
|
const peepPath = '{{ globals.eeprom_path }}', peepApp = '{{ globals.eeprom_app_messages }}';
|
|
|
|
</script>
|
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|