Generating multiple HTML pages from a template??
If I have an HTML template called 00.html and the code on the template is <img src="00.jpg">
Is there an easy way to generate multiple pages named
01.html with the code <img src="01.jpg">
02.html with the code <img src="02.jpg">
???
__________________
|