|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<h2>{{ page.title }}</h2>
|
|
<noscript>
|
|
Your browser doesn't support JS. This is so cool!
|
|
</noscript>
|
|
|
|
<div class='md-content'>
|
|
<a href='/blog'>go to posts</a>
|
|
{{ page.content | safe }}
|
|
</div>
|
|
|
|
{% endblock content %} |