Skip to content

Instantly share code, notes, and snippets.

@TkTech
Created September 20, 2010 17:40
Show Gist options
  • Save TkTech/588288 to your computer and use it in GitHub Desktop.
Save TkTech/588288 to your computer and use it in GitHub Desktop.
{% extends "base.html" %}
{% block body %}
<h1>{{ msg }}</h1>
<p>{{ _("Go") }} <a href="{{ link }}">{{ label }}.</a></p>
{% end %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment