hpr_generator/templates/shared-avatar.tpl.html
2022-08-01 20:19:44 -04:00

6 lines
214 B
HTML

<!--% MACRO get_avatar(host_id) BLOCK %-->
<!--% TRY %-->
<!--% USE File ("./public_html/images/hosts/${host_id}.png") %-->hosts/<!--% File.name %-->
<!--% CATCH File %-->hpr_logo.png<!--% END %-->
<!--% END %-->