1
0
forked from HPR/hpr_generator
Files
hpr_generator/templates/shared-avatar.tpl.html
T

6 lines
214 B
HTML
Raw Normal View History

<!--% 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 %-->
2022-07-31 22:25:15 -04:00
<!--% END %-->