@macro img{FILE, ALIGN}
@ifhtml
@html
<img src="img/\FILE\.png" class="float\ALIGN\"/>
@end html
@end ifhtml
@ifnothtml
@image{img/\FILE\}
@end ifnothtml
@end macro