{% extends "base.html" %}
{% block announce %}
{% if config.theme.language == "it" %}
{% set back_url = "https://issuebeam.github.io/it/" %}
{% set back_label = "← Torna al sito web issuebeam.github.io" %}
{% else %}
{% set back_url = "https://issuebeam.github.io/en/" %}
{% set back_label = "← Back to main website (issuebeam.github.io)" %}
{% endif %}
{{ back_label }}
{% endblock %}