Created
February 18, 2010 19:53
-
-
Save rdegges/307984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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