--- lang: en menufor: - id: bitcoin-for-individuals text: Individuals - id: bitcoin-for-businesses text: Businesses - id: bitcoin-for-developers text: Developers - id: bitcoin-for-enthusiasts text: Enthusiasts - id: bitcoin-for-press text: Press menu: - id: how-it-works text: How it works - id: vocabulary text: Vocabulary - id: resources text: Resources - id: community text: Community - id: development text: Development - id: foundation text: Foundation - id: about text: About button: wallet: Choose your wallet know: You need to know support: Support Bitcoin footer: © Bitcoin Project 2009–2013 Released under the MIT license --- {{ page.title }} {% lesscss main.less %} {% 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 }}