8 lines
245 B
HTML
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 %}
|