{{ (title is not empty ? title : 'dashboard'|text)|e }}
{% if description is not empty %}{% endif %}
{% if keywords is not empty %}{% endif %}
{% if favico is not empty %}{% endif %}
{% if shortcut_icon is not empty %}{% endif %}
{% if apple_touch_icon is not empty %}{% endif %}
{% if config['author'] is not empty %}{% endif %}
{% if config['generator'] is not empty %}{% endif %}
{% if config['google-site-verification'] is not empty %}{% endif %}
{% if config['mobile-web-app-capable'] is not empty %}{% endif %}
{% if config['apple-mobile-web-app-status-bar-style'] is not empty %}{% endif %}
{% if config['og']['title'] is not empty %}{% endif %}
{% if config['og']['description'] is not empty %}{% endif %}
{% if config['og']['type'] is not empty %}{% endif %}
{% if config['og']['url'] is not empty %}{% endif %}
{% if config['og']['site_name'] is not empty %}{% endif %}
{% if config['og']['image'] is not empty %}{% endif %}
{% if config['og']['image:width'] is not empty %}{% endif %}
{% if config['og']['image:height'] is not empty %}{% endif %}
{% if config['fb']['app']['id'] is not empty %}{% endif %}
{% if config['fb']['page']['id'] is not empty %}{% endif %}
{% if config['fb']['admins'] is not empty %}{% endif %}
{% if config['twitter']['card'] is not empty %}{% endif %}
{% if config['twitter']['url'] is not empty %}{% endif %}
{% if config['twitter']['title'] is not empty %}{% endif %}
{% if config['twitter']['description'] is not empty %}{% endif %}
{% if config['twitter']['image'] is not empty %}{% endif %}
{% if config['twitter']['image:width'] is not empty %}{% endif %}
{% if config['twitter']['image:height'] is not empty %}{% endif %}
{% if config['twitter']['site'] is not empty %}{% endif %}