mirror of https://github.com/patacrep/patacrep.git
14 changed files with 51 additions and 84 deletions
@ -1,5 +1,11 @@ |
|||
(*- if content.type != 'verse' -*) |
|||
{start_of_(( content.type ))} |
|||
(* for line in content.lines *) |
|||
(( render(line) )) |
|||
(* endfor *) |
|||
{end_of_(( content.type ))} |
|||
(* else -*) |
|||
(*- for line in content.lines -*) |
|||
(( render(line) )) |
|||
(* endfor -*) |
|||
(*- endif -*) |
|||
|
Loading…
Reference in new issue