add: info template

This commit is contained in:
Tobias Reisinger 2020-01-23 23:41:15 +01:00
parent 138e5b7f64
commit ac5354a601
7 changed files with 280 additions and 30 deletions

View file

@ -1,4 +1,5 @@
{% extends 'partials/base.html.twig' %}
{% set blog = page.find(header_var('blog_url')|defined(theme_var('blog-page'))) %}
{% set show_breadcrumbs = header_var('show_breadcrumbs', [page, blog])|defined(true) %}