Skip to content

Instantly share code, notes, and snippets.

@davidmaneuver
Created November 13, 2018 07:32
Show Gist options
  • Save davidmaneuver/7c9c6502d00a631ede9fe2fedde98ef5 to your computer and use it in GitHub Desktop.
Save davidmaneuver/7c9c6502d00a631ede9fe2fedde98ef5 to your computer and use it in GitHub Desktop.
{% extends 'views/base.twig' %}
{% block content %}
<h1>{{ post.title }}</h1>
{{ post.content }}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment