aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_view.html
blob: 5d307c756b0cb9366075dbec33d20ad05cc8d293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{# partial content}}
<h1 style="margin-bottom: 0.1em;">{{ model_name }}</h1>
<span style="font-size: 0.9em;">
<a href="edit/">edit</a> -
<a href="raw/">modelica</a> -
<a href="repr/?format=scheme">scheme</a> -
<a href="repr/?format=javascript">javascript</a> -
<a href="repr/?format=latex">latex</a>
</span>
<p><i style="color: #222222;">{{ model_description }}</i>

<br><br>
<pre style="margin-left: 0.25em; border-left: 4px solid #BBBBBB; padding: 0.5em;">
{{ modelica }}</pre>
<br>

{{{ markdown_html }}}

{{/partial}}
{{~> base.html~}}