{# # Copyright (c) 2016 Weitian LI # MIT license # # Index page for the Web UI of "fg21sim" #} {% extends "base.html" %} {% block title %}fg21sim Web UI{% end %} {% block extra_head %} {% end %} {% block header %} {% include "header.html" %} {% end %} {% block main %} {% include "configs.html" %} {% include "console.html" %} {% include "results.html" %} {% end %} {% block footer %} {% include "footer.html" %} {% end %} {% block extra_script %} {% end %}