[7f9fb8]: / mne / html_templates / repr / evoked.html.jinja

Download this file

10 lines (8 with data), 273 Bytes

{%include '_js_and_css.html.jinja' %}

{% set info = inst.info %}

<table class="table mne-repr-table">
    {%include '_general.html.jinja' %}
    {%include '_acquisition.html.jinja' %}
    {%include '_channels.html.jinja' %}
    {%include '_filters.html.jinja' %}
</table>