Advertisement
marksweb

online_entry.html

Jul 9th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. {% extends "content_base.html" %}
  2. {% load cms_tags menu_tags cache %}
  3.  
  4. {% block title %}{% page_attribute 'title' %}{% endblock title %}
  5.  
  6. {% block page_title %}
  7.     <h1>Welcome to the online entry system</h1>
  8. {% endblock page_title %}
  9.  
  10. {% block page-content %}
  11.     {% placeholder "content" %}
  12. {% endblock page-content %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement