Add roadmap and use just one template

This commit is contained in:
Patrick Jentsch
2020-02-07 15:21:59 +01:00
parent 3ce28de053
commit acf5ae32ae
35 changed files with 256 additions and 131 deletions

@@ -1,4 +1,8 @@
{% extends "limited_width.html.j2" %}
{% extends "nopaque.html.j2" %}
{% set full_width = False %}
{% set roadmap = True %}
{% block page_content %}
<div class="col s12 m4">
<h3 id="title">...</h3>

@@ -1,4 +1,8 @@
{% extends "limited_width.html.j2" %}
{% extends "nopaque.html.j2" %}
{% set full_width = False %}
{% set roadmap = False %}
{% block page_content %}
<div class="col s12 m4">
<h3 id="title">{{ corpus.title }}</h3>

@@ -1,7 +1,9 @@
{% extends "full_width.html.j2" %}
{% extends "nopaque.html.j2" %}
{% set full_width = True %}
{% set roadmap = False %}
{% block page_content %}
<!-- Query Form -->
<form id="query-form">
<div class="col s12">

@@ -1,4 +1,7 @@
{% extends "limited_width.html.j2" %}
{% extends "nopaque.html.j2" %}
{% set full_width = False %}
{% set roadmap = False %}
{% block page_content %}
<div class="col s12 m4">

@@ -1,4 +1,8 @@
{% extends "limited_width.html.j2" %}
{% extends "nopaque.html.j2" %}
{% set full_width = False %}
{% set roadmap = False %}
{% block page_content %}
<div class="col s12 m4">
<h3 id="title">...</h3>