blob: b6757c66f1e7368f34f29ad7ff098cbb93ce77c6 (
plain) (
blame)
1
2
3
4
5
|
## vim: ft=python
<%! from time import strftime as time %>
% for short, long in links.items():
{"Short":"${short}","Long":"${long}","Owner":"robertgzr@github","Created":"${"%Y-%m-%dT%H:%M:%SZ" | time}","LastEdit":"${"%Y-%m-%dT%H:%M:%SZ" | time}"}
% endfor
|