+ Added projects/website.rst to describe the site + Updated templates + Added more comments
28 lines
761 B
Plaintext
28 lines
761 B
Plaintext
{% extends "base" %}
|
|
|
|
{% block command %}
|
|
./error.sh
|
|
{% endblock command %}
|
|
|
|
|
|
{% block content %}
|
|
</p>
|
|
<pre class="text">
|
|
,--, ,--,
|
|
,--.'| ,----.. ,--.'|
|
|
,--, | : / / \ ,--, | :
|
|
,---.'| : ' / . : ,---.'| : '
|
|
; : | | ; . / ;. \; : | | ;
|
|
| | : _' |. ; / ` ;| | : _' |
|
|
: : |.' |; | ; \ ; |: : |.' |
|
|
| ' ' ; :| : | ; | '| ' ' ; :
|
|
\ \ .'. |. | ' ' ' :\ \ .'. |
|
|
`---`: | '' ; \; / | `---`: | '
|
|
' ; | \ \ ', / ' ; |
|
|
| : ; ; : / | : ;
|
|
' ,/ \ \ .' ' ,/
|
|
'--' `---` '--'
|
|
</pre>
|
|
<p class="text body">
|
|
<br>Page "{{ error_page }}" Not found...<br>
|
|
{% endblock content %} |