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