{# SPDX-License-Identifier: CC0-1.0 koszko.org website QR code easter egg page (english). Copyright (C) 2021,2022 Wojtek Kosior #} {% extends "__campaign_base.html.jinja" %} {% block title %} Easter eggs {% endblock %} {% block content %} {{ header(1, 'QR code') }} {% call section() %} {% call para() %} So you scanned the QR code? You'll see something cool then. {% endcall %} {% set alt_text = 'photo of Easter eggs lying on the grass' %} {{ img('/static/easter-eggs.jpg', alt_text) }} {% call para() %} You can now move to {{ link(same_lang_url(''), 'the target page') }} {{ unicode(128578) }} {% endcall %} {% endcall %} {% endblock %}