fHDHR_NewsON/data/www/templates/diagnostics.html
deathbybandaid 8c5cd7371f first commit
2020-11-27 15:27:23 -05:00

12 lines
281 B
HTML

{% extends "base.html" %}
{% block content %}
{% for button_item in button_list %}
<div style="text-align: center;">
<p><button onclick="OpenLink('{{ button_item[1] }}')">{{ button_item[0] }}</a></button></p>
</div>
{% endfor %}
{% endblock %}