From f9dec342996297eef0e7c7638fe5f6968332811e Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sun, 3 Jul 2022 22:59:36 +0200 Subject: [PATCH] Include gastronomy_description in output. --- wrpylib/templates/sledrun_wikitext.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrpylib/templates/sledrun_wikitext.txt b/wrpylib/templates/sledrun_wikitext.txt index 2ec0381..91231da 100644 --- a/wrpylib/templates/sledrun_wikitext.txt +++ b/wrpylib/templates/sledrun_wikitext.txt @@ -53,7 +53,7 @@ ** {{ weblink(info) }} {%- endfor %} * '''Betreiber''': {{ operator }} -* '''Hütten''': +* '''Hütten''': {{ gastronomy_description }} {%- for info in gastronomy %} ** {% set space = joiner(" ") %} {%- if info.name %}{{ space() }}{{ info.name }}{% endif %} -- 2.39.5