Browse Source

template html5 tag

Konstantin Zakablukovsky 9 years ago
parent
commit
7d071c90de
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/nitro.hrl

+ 3 - 0
include/nitro.hrl

@@ -176,6 +176,9 @@
 -record(u,       		?DEFAULT_BASE).
 -record(var,       		?DEFAULT_BASE).
 
+% HTML5 template
+-record(template,		?DEFAULT_BASE).
+
 % Extras
 -record(upload,         {?CTRL_BASE(element_upload), name, value}).