https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: f430f2858ae9f161a189d09273ada754a370d886 authored by Josh Siegle on 14 May 2020, 17:24:40 UTC
Fix version incompatibility between argschema and marshmallow
Fix version incompatibility between argschema and marshmallow
Tip revision: f430f28
layout.html
{% extends '!layout.html' %}
{% block header %}
{% include "portalHeader.html" %}
{{ super() }}
{% endblock %}
{% block relbar2 %}
{% endblock %}
{% block relbar1 %}
{% endblock %}
{% block footer %}
{{ super() }}
{% endblock %}