diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 3e231cd..a91b2b0 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -6,6 +6,7 @@ {% block script %} + {% include "borg/repo-template.html" %} {{ hour_list|json_script:"hour_list" }} diff --git a/borgweb/borg/templates/borg/repo-template.html b/borgweb/borg/templates/borg/repo-template.html new file mode 100644 index 0000000..cc9217f --- /dev/null +++ b/borgweb/borg/templates/borg/repo-template.html @@ -0,0 +1,22 @@ + \ No newline at end of file