Skip to content
Snippets Groups Projects
Commit 609e0cc7 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

unused

parent f97c5434
No related branches found
No related tags found
No related merge requests found
function(doc, req) {
//!json templates.secretion_system
var Mustache = require("vendor/couchapp/lib/mustache");
if( doc !== null){
return Mustache.to_html( templates.secretion_system , doc );
}
else{
return "not found" ;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment