aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_view.html
blob: 4218f113da29da3ace71b5eada69fada15ef8610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{{# partial content}}
<h1 style="margin-bottom: 0.1em;">
    <a href="/m/{{namespace}}/" style="color: black; text-decoration: none;">
    {{ namespace }}</a>/{{ model_name }}
</h1>
<span style="font-size: 0.9em;">
{{# if editable }}
<a href="edit/">edit</a> -
{{/if }}
<a href="markdown/">markdown</a> -
<a href="raw/">modelica</a> -
<a href="repr/?format=scheme">scheme</a> -
<a href="repr/?format=javascript">javascript</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~}}