diff --git a/templates/page.html b/templates/page.html index 22db21d..bd8d711 100644 --- a/templates/page.html +++ b/templates/page.html @@ -19,7 +19,12 @@
{% for program in section.pages %}
- {{ program.title }} + {% if program.extra.linkto %} + + {% else %} + + {% endif %} + {{ program.title }}

{{ program.description }}

{% if program.extra.positive and program.extra.negative %}