etherpad-lite/src/node/eejs/examples/foo.ejs

8 lines
123 B
Text
Raw Normal View History

2012-09-06 16:32:41 -05:00
<% e.inherit("./bar.ejs"); %>
<% e.begin_define_block("foo"); %>
YY
<% e.super(); %>
ZZ
<% e.end_define_block(); %>