forked from varia/varia.website
mb@mb
7 years ago
15 changed files with 67 additions and 34 deletions
@ -0,0 +1,7 @@ |
|||
Title: Rotterdams Electronica Depot |
|||
Date: 2017-04-09 |
|||
Category: about |
|||
Slug: red-en |
|||
lang: en |
|||
|
|||
(to be translated) |
@ -1,6 +1,7 @@ |
|||
Title: Curriculum |
|||
Title: curriculum |
|||
Date: 2017-10-09 |
|||
Category: curriculum |
|||
Slug: curriculum |
|||
lang: en |
|||
|
|||
Throughout the year we host a curriculum of a variety of workshops and masterclasses. These differ from introductory courses on technical subjects to advanced and in-depth workshops. |
@ -0,0 +1,7 @@ |
|||
Title: curriculum |
|||
Date: 2017-10-09 |
|||
Category: curriculum |
|||
Slug: curriculum |
|||
lang: nl |
|||
|
|||
(nog vertalen) |
Binary file not shown.
@ -1,5 +1,10 @@ |
|||
{% extends "index.html" %} |
|||
{% block content_title %} |
|||
<div id="pertaining">Everything pertaining to {{ category }}</div> |
|||
<h1>{{ category }}</h1> |
|||
{% for p in pages %} |
|||
{% if p.slug == category %} |
|||
<div id="title">{{ p.content }}</div> |
|||
{% endif %} |
|||
{% endfor %} |
|||
{% endblock %} |
|||
|
|||
|
Loading…
Reference in new issue