{% extends 'layout.html.jinja2' %} {% set menu_section = 'about' %} {% block title %}About{% endblock %} {#############################################################################} {% block content %}

Bug Reports

Please send bug reports {# There are no safe ways to embed multiple recipients in a mailto #} {# https://web.archive.org/web/20151116223616/http://www.sightspecific.com/~mosh/WWW_FAQ/multrec.html #} via email or, (if you can), use our issue tracker.

Credits

The Europlanet 2020 Research Infrastructure project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement N° 654208.

If you like the pixel art planets, you can buy goodies of them.

Latin

Lorem ipsum dolor sit amet, in girum imus nocte et consumimur igni.
Alea jacta est.

{% endblock %} {#### CSS ####################################################################} {% block styles %} {{ super() }} {% endblock %} {#### JAVASCRIPT #############################################################} {% block scripts_footer %} {{ super() }} {% endblock %}