{%- block doctype -%} {%- endblock %} {% set script_files = ["_static/js/jquery-2.1.4.min.js", "_static/js/mfn.menu.js", "_static/js/jquery.plugins.js", "_static/js/jquery.jplayer.min.js", "_static/js/animations.js", "_static/js/translate3d.js", "_static/js/scripts.js?v=2.0", "_static/plugins/rs-plugin-6/js/revolution.tools.min.js", "_static/plugins/rs-plugin-6/js/rs6.min.js"] %} {% set css_files = ["_static/css/global.css", "_static/css/structure.css", "_static/css/erp2.css?v=2.0", "_static/plugins/rs-plugin-6/css/rs6.css"] %} {%- set url_root = pathto('', 1) %} {%- macro script() %} {%- for scriptfile in script_files %} {%- endfor %} {%- endmacro %} {%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {%- endmacro %} {{ metatags }} {%- block htmltitle %} Gensim: {{ title|striptags|e }} {%- endblock %} {{ css() }}
{% include "notification.html" %} {% block slider %}{% endblock %}
{% block content %} {% block document %} {% block body %} {% endblock %} {% endblock %} {% endblock %}
{% include "sideslide.html" %} {{ script() }} {% block footer %}{% endblock %}