Subversion Repositories blog-sources

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

{% extends "helloworld/base.html" %}

{% block title %}Hello world!{% endblock %}

{% block content %}
<p>
Hello world!
</p>
{% endblock %}