You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
881 B

  1. <!DOCTYPE html>{% load compress static hc_extras %}
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{% block title %}{% site_name %} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
  8. <link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
  9. {% compress css %}
  10. <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css">
  11. <link rel="stylesheet" href="{% static 'css/base.css' %}" type="text/css">
  12. {% endcompress %}
  13. </head>
  14. <body class="page-{{ page }}">
  15. {% block containers %}
  16. <div class="container">
  17. {% block content %}{% endblock %}
  18. </div>
  19. {% endblock %}
  20. </body>
  21. </html>