From 052d845c5c79d716148fe88265bde33b3be9ebd3 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
-A for
loop is used with a range
statement
-to iterate over an array constant containing the names of the templates we want
-parsed. If we were to add more templates to our program, we would add their
-names to that array.
+The ParseFiles
function takes any number of string arguments that
+identify our template files, and parses those files into templates that are
+named after the base file name. If we were to add more templates to our
+program, we would add their names to the ParseFiles
call's
+arguments.
-- 2.48.1