==== Counters ==== Use this technique to associate a counter with each element in a list. Assume you have the following model: and you want to add an index number, starting at 7, to each page element to get something like this: You can use something like the following tag block to accomplish this task: Note that since the model is being updated, best practices would recommend that this bit of template logic be performed in the **main.prod** template or one of the templates included by **main.prod**. The logic will, of course, work in templates that generate file content, but the white space inside and around the tags will be output as well.