TITLE {{modelName}} COMMENT This file was generated by {{nemoVersionString}} on {{currentTimestamp}} ENDCOMMENT {% include "NMODL-neuron.tmpl" %} {% from "NMODL-function.tmpl" import nmodl_function %} {% for functionDef in functionDefs %} {{nmodl_function(functionDef.name,functionDef.vars,functionDef.localVars,functionDef.exprString)}} {% endfor %} {% include "NMODL-parameter.tmpl" %} {% include "NMODL-state.tmpl" %} {% include "NMODL-assigned.tmpl" %} {% include "NMODL-asgns.tmpl" %} {% include "NMODL-reactions.tmpl" %} {% include "NMODL-pools.tmpl" %} {% include "NMODL-breakpoint.tmpl" %} {% include "NMODL-derivative.tmpl" %} {% include "NMODL-kinetic.tmpl" %} {% include "NMODL-initial.tmpl" %} {% include "NMODL-events.tmpl" %}