62 |
63 | {% include 'content.html' %} 64 |
65 | 66 | {% if include_next_prev %} 67 | 89 | {% endif %} 90 | 91 | {% if config.extra.docs_base_url %} 92 |
93 | {# Look for Github sources in configured mz:renames #} 94 | {% for (github_path, local_path) in config.get('mz:renames', {}).items() if (local_path == current_page.input_path) %} 95 | 96 | 97 | Edit this page on GitHub 98 | 99 | 100 | {% else %} 101 | 102 | Edit this page on GitHub 103 | 104 | 105 | {% endfor %} 106 |
107 | {% endif %} 108 | 109 |