From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../lib/toaster/toastergui/templates/base.html | 144 +++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 external/poky/bitbake/lib/toaster/toastergui/templates/base.html (limited to 'external/poky/bitbake/lib/toaster/toastergui/templates/base.html') diff --git a/external/poky/bitbake/lib/toaster/toastergui/templates/base.html b/external/poky/bitbake/lib/toaster/toastergui/templates/base.html new file mode 100644 index 00000000..4f720648 --- /dev/null +++ b/external/poky/bitbake/lib/toaster/toastergui/templates/base.html @@ -0,0 +1,144 @@ + +{% load static %} +{% load projecttags %} +{% load project_url_tag %} + + + + {% block title %} Toaster {% endblock %} + + + + + + + + + + + + + + + + {% if DEBUG %} + + {% endif %} + + {% block extraheadcontent %} + {% endblock %} + + + + + {% csrf_token %} + + + + + + +
+ {% block pagecontent %} + {% endblock %} +
+ + -- cgit 1.2.3-korg