Archived
4
2
This repository has been archived on 2024-09-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hpr_generator/templates/shared-utils.tpl.html

5 lines
119 B
HTML
Raw Normal View History

<!--% MACRO zero_pad_left(word) BLOCK %-->
<!--% USE String(word) %-->
<!--% String.format("%04s") %-->
<!--% END %-->