|
|
|
|
|
by mattbillenstein
1278 days ago
|
|
Thanks, a couple of these look like rendering sub-templates, one actually just loads sub-templates over ajax even on first page render... I'm thinking to have a function in the view that collects the context and renders a sub-template - and then making these functions callable from within a top-level template or from an ajax request... Seems simple enough. |
|