- <head>
- <title>{% container page_title %}</title>
- </head>
- <body>
- {% container page_body as content %}
- {% if content %}
- <p>{{ content }}</p>
- {% endif %}
- <p>The time is {% now %}.</p>
- </body>
+ <head>
+ <title>{% container page_title %}</title>
+ </head>
+ <body>
+ {% container page_body as content %}
+ {% if content %}
+ <p>{{ content }}</p>
+ {% endif %}
+ <p>The time is {% now "jS F Y H:i" %}.</p>
+ </body>