--- title: Portal tags: - demoExample --- {% set pageId = page.fileSlug %} {% set bodyClass = "body_portal" %} {% extends "demo/_default.njk" %} {% import "hippie/macros/_gate.njk" as gate %} {% block title %}{{ title }} {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}
{{ gate.list( 'Tor mit Symbol und Liste', '../demo', { src: '/art/flag_websafe_128x80.gif', alt: 'Flag of Interaktionsweise' }, [ { name: '1', href: 'http://domain.tld', img: '../art/bullet.gif' }, { name: 'Zwei', href: 'http://domain.tld', img: '../art/bullet.gif' } ] ) }} {{ gate.simple('Tor', '../demo') }}
{% endblock %}