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

9 lines
229 B
HTML
Raw Normal View History

2022-08-07 18:09:44 +00:00
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
<!--% FOREACH episode IN DBI.query(
'select eps.id from eps
where eps.date < date (\'now\', \'+1 days\') '
) %-->
,<!--% episode.id %-->
<!--% END %-->