templates/base.html
changeset 173 b8e7a4e86b35
parent 143 796ff9e279a8
child 174 d034cd77cfa6
equal deleted inserted replaced
172:f21284458b8c 173:b8e7a4e86b35
     1 <html>
     1 <html>
     2 <head>
     2 <head>
     3     <title>{% block title %}PyTasks{% endblock %}</title>
     3     <title>{% block title %}PyTasks{% endblock %}</title>
       
     4     {% block js_script %} {% endblock %}
     4 <style type="text/css">
     5 <style type="text/css">
     5         body {
     6         body {
     6         font-family: Verdana, Arial, Helvetica, sans-serif;
     7         font-family: Verdana, Arial, Helvetica, sans-serif;
     7         font-size: 11px;
     8         font-size: 11px;
     8         color: #333;
     9         color: #333;