11 lines
286 B
HTML
11 lines
286 B
HTML
{% extends 'front_template.html' %}
|
|
|
|
{% block body %}
|
|
<h2>Disclaimer</h2>
|
|
<p>
|
|
Basic idea is from
|
|
<a href="http://en.wikipedia.org/wiki/The_Pragmatic_Programmer">The Pragmatic Programmer</a>.
|
|
I suggest to read this book, even if you are not a programmer.
|
|
</p>
|
|
{% endblock %}
|