#* @filter testFun
function(){ }
#* @filter testFun2
function(){ }
#* @filter testFun3
function(){ }
#* @preempt testFun
#* @get /
function(){
}
#* @preempt test
#* Excluded
function(){
}
#* @preempt testFun2
#* @get /
#*
function(){
}
#*@preempt testFun3
#*@post /
function(){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.