#
# This paste bin name, used in <title> and <h1> of the app pages:
# appname: My Very Precious Files
+#
+# Uncomment this for verbose error pages:
+# mode: development
$c->render;
} => 'default';
+app->mode(app->config->{mode});
app->start;
__DATA__
<%= content %>
<div class="footer">
Created by <b>Yenya's Paste Bin</b>,
- <a href="https://www.fi.muni.cz/~kas/git/paste/">www.fi.muni.cz/~kas/git/paste</a>
+ <a href="https://www.fi.muni.cz/~kas/git/paste.git/">www.fi.muni.cz/~kas/git/paste</a>
</div>
</div></body>
</html>