this repo has no description
at master 255 B view raw
1{% extends "index.html" %} 2 3{% block header %} 4 <title>{{ page.title }} | elias </title> 5{% endblock header %} 6 7{% block content %} 8 <article> 9 <h1>{{ page.title }}</h1> 10 {{ page.content | safe }} 11 </article> 12{% endblock content %}