Skip to content

Instantly share code, notes, and snippets.

@alxpck
Created July 29, 2015 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alxpck/dab3204dd5c98f67339f to your computer and use it in GitHub Desktop.
Save alxpck/dab3204dd5c98f67339f to your computer and use it in GitHub Desktop.
{% extends "layout.html" %}
{% block title %}{{ step.title }} - {{ step.course.title }}{% endblock %}
{% block content %}
<article>
<h2>{{ step.course.title }}</h2>
<h3>{{ step.title }}</h3>
{{ step.content|linebreaks }}
</article>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment