{% extends "base.html.jinja" %} {% block head %} {% endblock %} {% block bodyclasses %}no-sidebar{% endblock %} {% block mainclasses %}landing{% endblock %} {% block breadcrumbs %}{% endblock %} {% block main %}

{% trans %}Your Questions About XRP, Answered{% endtrans %}

{% trans %}XRP Overview{% endtrans %}
    {% set links = [ { "hash": _("#about-xrp"), "text": _("About XRP") }, { "hash": _("#xrp-trading"), "text": _("XRP in Trading") }, { "hash": _("#ripple"), "text": _("Ripple vs. XRP") }, { "hash": _("#wallets"), "text": _("XRP Wallets") }, { "hash": _("#exchanges"), "text": _("XRP Exchanges") }, ] %} {% for link in links %} {% endfor %}
{% endblock %} {% block analytics %} {% endblock analytics %}