Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created February 18, 2010 19:53
Show Gist options
  • Save rdegges/307984 to your computer and use it in GitHub Desktop.
Save rdegges/307984 to your computer and use it in GitHub Desktop.
{% extends "portal/portal.html" %}
{% comment %}
Main page of the portal.
{% endcomment %}
{% block title %}
Portal
{% endblock %}
{% block content %}
<section>
<h2>Welcome, {{ user.username }}</h2>
<p>This is the main page of the web portal.</p>
</section>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment