5 lines
65 B
Text
5 lines
65 B
Text
|
% for item in list
|
||
|
<b><%= item %></b>
|
||
|
% end
|
||
|
%% lines with '%%'
|