---
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 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 %}
{% endif %}
{% for lang in site.langsorder %}{% if lang.id == page.lang %}{% assign active = ' selected="selected"'%}{% else %}{% assign active = ''%}{% endif %}
{{ site.langs[lang.id] }}
{% endfor %}