initial commit
This commit is contained in:
10
mne/html_templates/repr/info.html.jinja
Normal file
10
mne/html_templates/repr/info.html.jinja
Normal file
@@ -0,0 +1,10 @@
|
||||
{%include '_js_and_css.html.jinja' %}
|
||||
|
||||
{%set 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>
|
||||
Reference in New Issue
Block a user