1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{{# partial content}} <h1>{{ model_slug }}</h1> <h2>Metadata</h2> <dl> <li><b>Full Name</b>: {{ model_name }} <li><b>Description</b>: {{ model_description }} </dl> <h2>Modelica</h2> <pre> {{ modelica }} </pre> <h2>Wiki Page</h2> {{ markdown }} {{/partial}} {{~> base.html~}}