{% block head %} {% block meta %} {% endblock meta %} {% block title %}{{config.get("REACT_TITLE", "Flask-React App")}}{% endblock %} {% block styles %} {% if "bootstrap" in config.get("REACT_EXTENSIONS") %} {% endif %} {% if "material" in config.get("REACT_EXTENSIONS") %} {% endif %} {% endblock %} {% if config.get("FLASK_ENV", "development") == "production" %} {% else %} {% endif %} {% endblock %} {% block body %} {% block content %}
{% endblock %} {% block scripts %} {% if "bootstrap" in config.get("REACT_EXTENSIONS") %} {% endif %} {% if "material" in config.get("REACT_EXTENSIONS") %} {% if config.get("FLASK_ENV", "development") == "production" %} {% else %} {% endif %} {% endif %} {% if "socket.io" in config.get("REACT_EXTENSIONS") or "components" in config.get("REACT_EXTENSIONS")%} {% endif %} {% if "components" in config.get("REACT_EXTENSIONS") %} {% endif %} {% block react %}{% endblock %} {% endblock %} {% endblock %}