blob: 4dba4063e0f364620be207a31175c1fb01aab5ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{{# partial content}}
<h1>{{ model_id }}</h1>
<b>Full Name</b>: {{ model.name }}
<b>Raw Model:</b>
<pre>
{{ raw_model }}
</pre>
<h2>Other Info</h2>
{{ page_text }}
{{/partial}}
{{~> base.html~}}
|