CppCMS
basic_cache/view.tmpl Template File
<% c++ #include "content.h" %>
<% skin view %>
<% view message uses content::message %>
<% template render() %>
<html>
    <body>
    <h1>Factorial Calculator</h1>
    <h2><%= arg %>! = <%= fact %></h2>
    <form method="post" action="" >
    <% form as_p info %>
    </form>
  </body>
<html>
<% end template %>
<% end view %>
<% end skin %>