aboutsummaryrefslogtreecommitdiffstats
path: root/templates/event/index.tera
blob: 411a5f5fdbae8e1a931e7a0a17698803c1694e86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>{{ event.name }}</title>
  </head>
  <body>
    <h1>{{ event.name }}</h1>

    {% if event.description -%}
    <p>{{ event.description }}</p>
    {% endif -%}

  </body>
</html>