<% if request.path.startswith('/login'): meta_description = "Log in to OMAP to get access to more tools and resources. Register now for a free account." elif request.path.startswith('/workflows'): meta_description = "OMAP Workflows facilitate rigorous, reproducible analysis pipelines that can be shared with the community." else: meta_description = "OMAP is a community-driven web-based analysis platform for life science research." %> OMAP %if app.config.brand: | ${app.config.brand} %endif ${ h.dist_css('base') } ${ h.css('jquery-ui/smoothness/jquery-ui') }
${ h.dist_js('libs.bundled', '%s.bundled' % js_app_name )} %if app.config.ga_code: ${ config_google_analytics(app.config.ga_code) } %endif %if app.config.plausible_server and app.config.plausible_domain: ${ config_plausible_analytics(app.config.plausible_server, app.config.plausible_domain) } %endif %if app.config.matomo_server and app.config.matomo_site_id: ${ config_matomo_analytics(app.config.matomo_server, app.config.matomo_site_id) } %endif <%def name="config_google_analytics(ga_code)"> <%def name="config_plausible_analytics(plausible_server, plausible_domain)"> %if plausible_server and plausible_domain: %else: %endif <%def name="config_matomo_analytics(matomo_server, matomo_site_id)">