{% comment %}
Template tags in this file are interpreted server-side.
It looks a bit like Angular syntax, but it's not.
{% endcomment %}
{% if config.tag %}{{ config.tag }}{% else %}Yamcs{% endif %}
{% if config.extraHeaderHTML %}
{{ config.extraHeaderHTML }}
{% endif %}