{% extends "index.html" %} {% from "includes/auth.html" import auth_scripts, auth_logout %} {% block inner_body %} {{ auth_logout() }} {% endblock %} {% block entry_meta %} {{ post.content.split(" ")|length }} words Started {{ post.created_ago().days }} days ago {% if post.draft %}