12 lines
225 B
Twig
12 lines
225 B
Twig
|
{% extends "base.twig" %}
|
||
|
|
||
|
{% block main %}
|
||
|
<main>
|
||
|
|
||
|
<section class="home-section">
|
||
|
<iframe class="home-section__iframe" src="{{ page.featured_exhibition }}" name="iframe"></iframe>
|
||
|
</section>
|
||
|
|
||
|
</main>
|
||
|
{% endblock %}
|