Archived
4
2
This repository has been archived on 2024-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
hpr_generator/templates/ids-episode.tpl.html

7 lines
243 B
HTML
Raw Normal View History

2022-11-29 00:49:06 +00:00
<!--% PROCESS "queries-ids-episode-${constants.database}.tpl.html" %-->
2022-08-07 18:09:44 +00:00
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
2022-11-29 00:49:06 +00:00
<!--% FOREACH episode IN DBI.query(query_ids_episode) %-->
2022-08-07 18:09:44 +00:00
,<!--% episode.id %-->
<!--% END %-->