pytask/templates/base.html
changeset 505 a05fde6309e1
parent 481 b93a85589490
child 553 9984a18dda42
equal deleted inserted replaced
504:3b78ea899168 505:a05fde6309e1
       
     1 {% load browse_helpers %}
       
     2 
     1 <html>
     3 <html>
     2 <head>
     4 <head>
     3   <title>
     5   <title>
     4     {% block title %}PyTasks{% endblock %}
     6     {% block title %}PyTasks{% endblock %}
     5   </title>
     7   </title>
    46 
    48 
    47     <!-- Additional container divs are used here to do the liquid 3-column
    49     <!-- Additional container divs are used here to do the liquid 3-column
    48          layout trick in CSS. -->
    50          layout trick in CSS. -->
    49     <div id="container1">
    51     <div id="container1">
    50     <div id="container2">
    52     <div id="container2">
       
    53 
       
    54       <!-- Generate Uberbar if the uberbar_message is present -->
       
    55       {% if uberbar_message %}
       
    56         {% as_uberbar uberbar_message %}
       
    57       {% endif %}
       
    58 
       
    59 
    51       <div id="left">
    60       <div id="left">
    52         {% include '_left_sidebar.html' %}
    61         {% include '_left_sidebar.html' %}
    53 
    62 
    54         {% block leftsidebar %}
    63         {% block leftsidebar %}
    55           {% comment %}Additional Left Sidebar elements go here{% endcomment %}
    64           {% comment %}Additional Left Sidebar elements go here{% endcomment %}