* '''Betreiber''': {{ operator }}
* '''Hütten''':
{%- for info in gastronomy %}
-** {{ info.name }}
- {%- if info.wr_page %}{{ wr_page(info.wr_page) }}{% endif %}
- {%- if info.weblink %}{{ weblink(info.weblink) }}{% endif %}
- {%- if info.note %} ({{ info.note }}){% endif %}
+** {% set space = joiner(" ") %}
+ {%- if info.name %}{{ space() }}{{ info.name }}{% endif %}
+ {%- if info.wr_page %}{{ space() }}{{ wr_page(info.wr_page) }}{% endif %}
+ {%- if info.weblink %}{{ space() }}{{ weblink(info.weblink) }}{% endif %}
+ {%- if info.note %}{{ space() }}({{ info.note }}){% endif %}
{%- endfor %}
* '''Andere Rodelbahnen''':
{%- for info in sledrun_list %}