cbax_dev/templates/buttons.html
2024-10-28 23:38:04 -04:00

8 lines
245 B
HTML

{% extends "base.html" %}
{% block content %}
<article class="box box-pop eex31-container">
{% for button in buttons %}
<a href="{{ button.location }}"><img class="eex31" src="{{ button.path }}"></img></a>
{% endfor %}
</article>
{% endblock %}