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.

10 lines
250 B

  1. {% extends "base.html" %}
  2. {% load static %}
  3. {% load render_bundle from webpack_loader %}
  4. {% load widget_tweaks %}
  5. {% block content %}
  6. <div id="projects_root"></div>
  7. {% endblock %}
  8. {% block footer %}
  9. {% render_bundle 'projects' 'js' %}
  10. {% endblock %}