{# # 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" %}

Results

Simulation results go here :)

Logs

Logging messages should go here :)

{% end %} {% block footer %} {% include "footer.html" %} {% end %}