mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
5 lines
169 B
Django/Jinja
5 lines
169 B
Django/Jinja
{% for page in pages -%}
|
|
{%- if page.html is defined and page.html != "sitemap.txt" and "//" not in page.html -%}
|
|
https://xrpl.org/{{page.html}}
|
|
{% endif %}{% endfor %}
|