{% extends "layout.html" %} {% macro fileinput(id) %}
{% endmacro %} {% block title %}Select Input Files{% endblock %} {% block body %} Select the input files.

{{ fileinput('topFile') }}
{{ fileinput('groFile') }}

To load Gromacs files, OpenMM needs to know where the Gromacs force field definitions have been installed. Enter the directory location here.

{% endblock %}