aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/templates/en/qr.html.jinja
blob: 1fe1545c6597b89d023309505167f80c6779721c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{#
SPDX-License-Identifier: CC0-1.0

koszko.org website QR code easter egg page (english).

Copyright (C) 2021,2022 Wojtek Kosior <koszko@koszko.org>
#}
{% 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 %}