mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
parse_pages - different output for different environments
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<script src="js/fixsidebarscroll.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block bodyattrs %} role='flatdoc' class='no-literate'{% endblock %}
|
||||
{% block bodyattrs %}{% if not precompiled %} role='flatdoc'{% endif %} class='no-literate'{% endblock %}
|
||||
|
||||
{% block contentroot %}
|
||||
<div class='content-root'>
|
||||
@@ -55,7 +55,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div role='flatdoc-content' class='content'>
|
||||
<div {% if not precompiled %}role='flatdoc-content' {% endif %}class='content'>
|
||||
{% if precompiled %}
|
||||
{{ content }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user