CppCMS
localization/view.tmpl Template File
<% c++ #include "content.h" %>
<% skin view %>
<% view message uses content::message %>
<% template render() %>
<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
    </head>
    <% if rtl %>
    <body dir="rtl">
    <% else %>
    <body>
    <% end %>
    <h1><% gt "We want to say" %></h1>
    <p><%= message %></p>
    <p><a href="he_IL">he</a>/<a href="en_US">en</a></p>
  </body>
<html>
<% end template %>
<% end view %>
<% end skin %>