CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
CppCMS - C++ Web Development Framework
Examples
Using CppCMS template system
templates/first.tmpl Template File
<% c++ #include
"content.h"
%>
<% skin my_skin %>
<% view message uses
content::message
%>
<%
template
render() %>
<html>
<body>
<h1><%= text %> World!</h1>
</body>
<html>
<% end
template
%>
<% end view %>
<% end skin %>
Generated on Thu Oct 30 2014 14:31:44 for CppCMS by
1.8.6