Add a transform step
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 17 Sep 2013 20:04:28 +0000 (13:04 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 17 Sep 2013 20:04:28 +0000 (13:04 -0700)
commitc6fe87b14e06a46bbf3b94cfdf67e9127d51e2fe
tree764e519e3b6acd02c081d5af47d3e2ed6384ea34
parentc75da346e1c9257d05bebc91c13e08a93cda0294
Add a transform step

This allows for the manipulation of the DOM.  This is expected to be
applied after the templates are rendered.
transform/post.go [new file with mode: 0644]
transform/posttrans_test.go [new file with mode: 0644]