Sha256: ae8c020a3666f99797e727726ecfc3ef995145cdeaf9df5d805f1c20ef53572d
Contents?: true
Size: 189 Bytes
Versions: 4
Compression:
Stored size: 189 Bytes
Contents
{% extends "layout.twig" %} {% block content %} <article> <header> <h1>{{ post.title }}</h1> </header> <section> {{ post.content }} </section> </article> {% endblock %}
Version data entries
4 entries across 4 versions & 1 rubygems