diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zerotb/report/_main.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/zerotb/report/_main.html b/templates/web/zerotb/report/_main.html new file mode 100644 index 000000000..189b4eeb5 --- /dev/null +++ b/templates/web/zerotb/report/_main.html @@ -0,0 +1,6 @@ +<div class="problem-header cf"> + <h1>[% problem.title | html %]</h1> + + [% add_links( problem.detail ) | html_para %] + +</div> |