{% t title %}
{% capture lang %}{% t language %}{% endcapture %}
{% if lang == 'bo' %}
{% else %}
{% endif %}
{{ content }}
{% if page.custom_scripts %}
{% for script in page.custom_scripts %}
{% endfor %}
{% endif %}
{% if site.data.deployment.has_internet %}
{% endif %}