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
blobfac711216bc2082727f7a8d34d64248c55fa1218
1 <html>
2 <body>
4 <h1>Rendered as HTML</h1>
6 {?include_logo}
7 <p>Akelos framework Logo</p>
9 <img src="/images/akelos_framework_logo.png" />
10 {end}
12 {?include_external_image}
14 <p>BermiLabs Logo</p>
16 <img src="http://www.bermilabs.com/images/bermilabs_logo.png" />
18 {end}
20 </body>
21 </html>