diff --git a/core/src/ffluci/cbi.lua b/core/src/ffluci/cbi.lua index 1ccf2e56d2..7a50189992 100644 --- a/core/src/ffluci/cbi.lua +++ b/core/src/ffluci/cbi.lua @@ -98,6 +98,17 @@ function Node.render_children(self, ...) end +--[[ +A simple template element +]]-- +Template = class(Node) + +function Template.__init__(self, template) + Node.__init__(self) + self.template = template +end + + --[[ Map - A map describing a configuration file ]]-- diff --git a/core/src/ffluci/view/footer.htm b/core/src/ffluci/view/footer.htm index 8d48c5fac4..338515129a 100644 --- a/core/src/ffluci/view/footer.htm +++ b/core/src/ffluci/view/footer.htm @@ -2,6 +2,6 @@
-