{% extends "base.html" %} {% block styles %} {% endblock %} {% block content %} {% if config['RENDER_CONVERTER'] %} NWB Converter {% endif %} {% if config['RENDER_VIEWER'] %} Viewer {% endif %} {% if config['RENDER_DASHBOARD'] %} Dashboard {% endif %} Close GUI {% endblock %}