Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MindDump / Castle.Applications.MindDump.Web / views / layouts / printabletheme.vm
blobad5e7052d93d047f872e0beb1a58233e61eb4317
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4     <title>${blog.name}</title>
5 </head>
7 <body>
8   <h2>${blog.name}</h2>
9   <h4>${blog.description}</h4>
11   <hr />
13   <h3>${lastpost.title}</h3>
14    
15    <div>
16    ${lastpost.contents}
17    </div>
19    <span class="dateStamp">(First Published at ${lastpost.date})</span>
20    
21 </body>
22 </html>