## The d_source and d_output variable values are written between the braces. ## They respectively represent where content is sourced, and where the output ## will go. variable d_source {} variable d_output {} ## Replacement is a Tcl dictionary. Following 'dict create', you can ## enter your own parameters in the form ## {} {value} [...] ## in sequence. variable replacement \ [dict create \ {} {/style/main.css} \ {} {/style/article.css} \ ]; ## Do not delete this line!