cbax_dev/templates/buttons.html

9 lines
245 B
HTML
Raw Normal View History

2024-10-29 03:38:04 +00:00
{% 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 %}