--- menufor: - id: bitcoin-for-individuals - id: bitcoin-for-businesses - id: bitcoin-for-developers - id: bitcoin-for-enthusiasts - id: bitcoin-for-press menu: - id: how-it-works - id: vocabulary - id: resources - id: community - id: development - id: foundation - id: about --- {% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %} {% lesscss main.less %} {% if page.lang == 'ar' %}{% endif %}{% if page.lang == 'fa' %}{% endif %}{% if page.lang == 'pl' %}{% endif %}{% if page.lang == 'ru' %}{% endif %} {% if site.ALERT.all or site.ALERT[page.lang] %} {% if site.ALERT_CLASS.all %}{% assign class = site.ALERT_CLASS.all%}{% endif %}{% if site.ALERT_CLASS[page.lang] %}{% assign class = site.ALERT_CLASS[page.lang]%}{% endif %} {% if site.ALERT.all %}{% assign alert = site.ALERT.all%}{% endif %}{% if site.ALERT[page.lang] %}{% assign alert = site.ALERT[page.lang] %}{% endif %}
{{ alert }}
{% endif %}
{{ content }}