{% extends 'frontend_base.html' %} {% set active_page = 'home' %} {% block styles %} {{ super() }} {% endblock styles %} {% block content %} {{ super() }}

Welcome to SlideAtlas

Users: {% if not current_user.is_authenticated() %}Login Guests: {% endif %}Try it out !


Whole Slide Image Viewer

Find, annotate and share your images: Learn More

{% endblock content %}