add flicity

This commit is contained in:
2020-07-14 21:38:52 +02:00
parent 82f7d7d6b6
commit b6b1dafd78
40 changed files with 847 additions and 312 deletions
@@ -32,7 +32,7 @@
* @ingroup themeable
*/
#}
{{ more }}
<div class="views">
@@ -41,16 +41,21 @@
{{ title_suffix }}
{% if header %}
<header>
{{ header }}
</header>
<section>
<h2>{{ header }}</h2>
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
</div>
</section>
{% endif %}
{{ exposed }}
{{ attachment_before }}
{% if rows -%}
{{ rows }}
<section>
{{ rows }}
</section>
{% elseif empty -%}
{{ empty }}
{% endif %}