* '''Hütten''': {{ gastronomy_description }}
{%- for info in gastronomy %}
** {% set space = joiner(" ") %}
- {%- if info.name %}{{ space() }}{{ info.name }}{% endif %}
+ {%- if info.name %}{{ space() }}
+ {%- if info.weblink and not info.weblink.text %}{{ weblink({"url": info.weblink.url, "text": info.name}) }}
+ {%- else %}{{ info.name }}
+ {%- endif %}
+ {%- endif %}
{%- if info.wr_page %}{{ space() }}{{ wr_page(info.wr_page) }}{% endif %}
- {%- if info.weblink %}{{ space() }}{{ weblink(info.weblink) }}{% endif %}
+ {%- if info.weblink and not (info.name and not info.weblink.text) %}
+ {{- space() }}{{ weblink(info.weblink) }}{% endif %}
{%- if info.note %}{{ space() }}({{ info.note }}){% endif %}
{%- endfor %}
* '''Andere Rodelbahnen''':