{% extends "core.html" %} {% use "core.html" with css as core_css, body as core_body, js as core_js, js_init as core_js_init %} {% use "header.html" with css as header_css, body as header_body, js as header_js, js_init as header_js_init %} {% use 'account/element.html' with css as account_css, body as account_body, js as account_js %} {% block css %} {{ block('core_css') }} {{ block('header_css') }} {{ block('account_css') }} {% endblock %} {% block body %} {{ block('account_body') }} {{ block('core_body') }} {% block main %}
Switzerland Alps
SAINT
ANTONIEN
Tucked away in the Switzerland Alps, Saint Antönien offers an idyllic retreat for those seeking tranquility and adventure alike. It's a hidden gem for backcountry skiing in winter and boasts lush trails for hiking and mountain biking during the warmer months.
Switzerland Alps
SAINT
ANTONIEN
Tucked away in the Switzerland Alps, Saint Antönien offers an idyllic retreat for those seeking tranquility and adventure alike. It's a hidden gem for backcountry skiing in winter and boasts lush trails for hiking and mountain biking during the warmer months.
{% endblock %} {% endblock %} {% block js %} {{ block('core_js') }} {{ block('header_js') }} {{ block('account_js') }} {% endblock %} {% block js_init %} {{ block('core_js_init') }} {{ block('header_js_init') }} {% endblock %}