@@ 1,4 1,5 @@
{% extends "base.html" %}
+{% import 'post.frag.html' as Post %}
{% block head %}
<script type="text/javascript">
@@ 17,7 18,10 @@
{% endblock %}
{% block body %}
-<h1>Password protected post</h1>
+{% if metadata.title %}<h1 class="main-title">{{ metadata.title }}</h1>{% endif %}
+{{ Post.meta(metadata) }}
+
+<h2>Password protected post</h2>
<p>This post is password protected, enter the corresponding password (e.g. the flag for a CryptoHack challenge) below to decrypt it (needs javascript).</p>
<form id="encryption_form">
<input type="password" id="password_input" placeholder="password" />