Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created February 18, 2010 19:46
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 rdegges/307973 to your computer and use it in GitHub Desktop.
Save rdegges/307973 to your computer and use it in GitHub Desktop.
{% extends "base.html" %}
{% comment %}
Main page of django_consultant's website.
{% endcomment %}
{% block head %}
<title>Django Consultants</title>
{% endblock %}
{% block body %}
<header>
<h1>Django Consultants</h1>
</header>
<section>
<p>Welcome to Django Consultants. Please click <a href="/portal/">here</a> to log into our web portal.</p>
</section>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment