mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
7 lines
123 B
Text
7 lines
123 B
Text
<% e.inherit("./bar.ejs"); %>
|
|
|
|
<% e.begin_define_block("foo"); %>
|
|
YY
|
|
<% e.super(); %>
|
|
ZZ
|
|
<% e.end_define_block(); %>
|