{% extends 'base.html' %} {% block header %} {% block title %}Features{% endblock %} {% endblock %} {% block content %}
{{ chosen_feature }}
{{ features_menu }}
{{ bokeh_script_infogrid_summary }}
{{ bokeh_script_scatter_plot_grid }}
{{ bokeh_script_infogrid_correlations }}
{{ bokeh_script_normal_transformations_plots }}
{% endblock %}