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