{% if next or prev %}
{% if next %} Next {% endif %} {% if prev %} Previous {% endif %}
{% endif %} {% set footer_links = [ ('docs/introducing_emscripten/bug_reports', 'Report Bug', 'Report Bug'), ('docs/introducing_emscripten/emscripten_license', 'Licensing', 'Licensing'), ('docs/contributing/contributing', 'Contributing', 'Contributing'), ('https://groups.google.com/forum/#!forum/emscripten-discuss', 'Mailing list', 'Mailing list'), ('https://github.com/kripken/emscripten/wiki', 'Wiki', 'Wiki'), ('https://plus.google.com/100622854474489221138', 'Google+', 'Google+'), ('docs/introducing_emscripten/release_notes', 'Release notes', 'Release notes'), ('docs/introducing_emscripten/community', 'Blogs', 'Blogs'), ('docs/introducing_emscripten/community', 'Help', 'Contact'), ] -%}
{% for document, shorttext, longtext in footer_links %} {%- if hasdoc(document) %} {{ shorttext }}{{ longtext }} {%- elif document | truncate(4, True, end='') == 'http' %} {{ shorttext }}{{ longtext }} {%- else %} {{ shorttext }} {%- endif %} {% endfor %}
  • {% if display_github %} Edit on GitHub {% elif display_bitbucket %} Edit on Bitbucket {% elif show_source and has_source and sourcename %} View page source {% endif %}
  • {%- if hasdoc('docs/site/about') %} About site {%- endif %}
  • Page bug

{%- if show_copyright %} {%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- else %} © Copyright {{ copyright }} Emscripten Contributors. {%- endif %} {%- endif %} {%- if last_updated %} {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %}