{# # Copyright (c) 2016 Weitian LI # MIT license # # Index page for the Web UI of "fg21sim" #} {% extends "base.html" %} {% block header_contents %} N/A {% end %} {# block header_contents #} {% block main %} {% include "configs.html" %} {% include "console.html" %} {% include "products.html" %} {% end %} {% block extra_script %} {% end %}