mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-14 19:32:19 +01:00
15 lines
249 B
HTML
15 lines
249 B
HTML
{{!< layout}}
|
|
|
|
{{#contentFor 'content'}}
|
|
<section>
|
|
<div class="container">
|
|
<div class="page-header">
|
|
<h2>Server Error</h2>
|
|
</div>
|
|
<pre>
|
|
{{error}}
|
|
</pre>
|
|
</div>
|
|
</section>
|
|
{{/contentFor}}
|