| Lattice Microbes 2.5
    This is for whole cell modeling | 
| Functions | |
| j2render (fname, ctx) | |
| displayj2html (fname, ctx) | |
| Variables | |
| _j2 | |
Templating engine tools
| jLM.Template.displayj2html | ( | fname, | |
| ctx ) | 
Renders an HTML template and displays in Jupyter notebook
Args:
    fname (str):
        template file in the "templates" directory
    ctx (dict):
        context dictionary
 | jLM.Template.j2render | ( | fname, | |
| ctx ) | 
Renders a template given a context dictionary
Args:
    fname (str):
        template file in the "templates" directory
    ctx (dict):
        context dictionary
Returns:
    str: Rendered template
 | 
 | protected |