--- langcode: en langtext: English menufor: - text: Individuals url: /en/bitcoin-for-individuals - text: Organizations url: /en/bitcoin-for-organizations - text: Developers url: /en/bitcoin-for-developers - text: Enthusiasts url: /en/bitcoin-for-enthusiasts menu: - text: How it works url: /en/how-it-works - text: Vocabulary url: /en/vocabulary - text: Resources url: /en/resources - text: Community url: /en/community - text: Development url: /en/development - text: Foundation url: /en/foundation - text: About url: /en/about --- {{ page.title }} {% lesscss bootstrap.less %} {% for lang in site.langs %}{% if lang.langcode != page.langcode %} {% endif %}{% endfor %} {% if site.ALERT or site.ALERT_en %} {% if site.ALERT_CLASS %}{% assign class = site.ALERT_CLASS%}{% endif %}{% if site.ALERT_CLASS_en %}{% assign class = site.ALERT_CLASS_en%}{% endif %} {% if site.ALERT %}{% assign alert = site.ALERT%}{% endif %}{% if site.ALERT_en %}{% assign alert = site.ALERT_en%}{% endif %}
{{ alert }}
{% endif %}
{{ content }}