dash-docs/_templates/vocabulary.html
2015-04-25 19:19:24 -04:00

39 lines
789 B
HTML
Executable file

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: vocabulary
voc:
- address
- bit
- bitcoin
- blockchain
- block
- btc
- confirmation
- cryptography
- doublespend
- hashrate
- mining
- p2p
- privatekey
- signature
- wallet
---
<h1>{% translate pagetitle %}</h1>
<p class="summarytxt">{% translate summary %}</p>
<h2 id="table-of-contents">{% translate table %}</h2>
<div class="index">
{% alphab_for v in page.voc %}
<a href="#{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</a>
{% endalphab_for %}
</div>
{% alphab_for v in page.voc %}
<h2 id="{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</h2>
<p>{% translate {{v}}txt %}</p>
{% endalphab_for %}