File: stpl_t2main.tpl

package info (click to toggle)
python-bottle 0.10.11-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,332 kB
  • sloc: python: 4,605; makefile: 191
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
%def test(var):
+{{var}}+
%end
%rebase stpl_t2base test=test
%test('main')
!{{content}}!
%include stpl_t2inc test=test
%_['test2']('main')