repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Samples
/
MindDump
/
Castle.Applications.MindDump.Web
/
views
/
layouts
/
printabletheme.vm
blob
ad5e7052d93d047f872e0beb1a58233e61eb4317
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
<title>${blog.name}</title>
5
</head>
6
7
<body>
8
<h2>${blog.name}</h2>
9
<h4>${blog.description}</h4>
10
11
<hr />
12
13
<h3>${lastpost.title}</h3>
14
15
<div>
16
${lastpost.contents}
17
</div>
18
19
<span class="dateStamp">(First Published at ${lastpost.date})</span>
20
21
</body>
22
</html>