Is your feature request related to a problem? Please describe.
rerender_skeleton is a nice feature to create_template but it greatly increases the amount of code and the complexity of create_template. This would make create_template harder to maintain and for other to contribute to the function
Describe the solution you would like.
rerender_skeleton() and create_template() as separate functions
Describe alternatives you have considered
keep as is
Additional context
This will help with developing additional testing for rerender_skeleton in #549
Is your feature request related to a problem? Please describe.
rerender_skeletonis a nice feature tocreate_templatebut it greatly increases the amount of code and the complexity ofcreate_template. This would makecreate_templateharder to maintain and for other to contribute to the functionDescribe the solution you would like.
rerender_skeleton()andcreate_template()as separate functionsDescribe alternatives you have considered
keep as is
Additional context
This will help with developing additional testing for
rerender_skeletonin #549