repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
test
/
fixtures
/
app
/
views
/
test_mailer
/
alternative_message_from_templates.text.html.tpl
blob
fac711216bc2082727f7a8d34d64248c55fa1218
1
<html>
2
<body>
3
4
<h1>Rendered as HTML</h1>
5
6
{?include_logo}
7
<p>Akelos framework Logo</p>
8
9
<img src="/images/akelos_framework_logo.png" />
10
{end}
11
12
{?include_external_image}
13
14
<p>BermiLabs Logo</p>
15
16
<img src="http://www.bermilabs.com/images/bermilabs_logo.png" />
17
18
{end}
19
20
</body>
21
</html>