Edit

kc3-lang/kc3/test/ekc3/title.html.ekc3

Branch :

  • test/ekc3/title.html.ekc3
  • <html>
      <head>
        <title><%= title %></title>
      </head>
      <body>
        <% title2 = title + " H1 (silent block)" %>
        <h1><%= title2 %></h1>
        <h1><%= title_h1 %></h1>
        <%= raw title_h2 %>
      </body>
    </html>