dash-docs/_templates/vocabulary.html

35 lines
663 B
HTML
Executable file

---
layout: base
id: vocabulary
voc:
- address
- bitcoin
- blockchain
- block
- btc
- confirmation
- cryptography
- doublespend
- hashrate
- mining
- p2p
- privatekey
- signature
- wallet
---
<h1>{% translate pagetitle %}</h1>
<p class="summarytxt">{% translate summary %}</p>
<h2>{% 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><a name="{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</a></h2>
<p>{% translate {{v}}txt %}</p>
{% endalphab_for %}