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.

13 lines
206 B

  1. {% extends "base.html" %}
  2. {% set active_page = "index" %}
  3. {% block title %}ACKS Toolset Home{% endblock %}
  4. {% block content %}
  5. <div>
  6. </div>
  7. {% endblock %}
  8. {% block head %}
  9. <style>
  10. </style>
  11. {% endblock %}