I figured out a way to get the functionalities i wanted using iframes in my templates
<iframe src="{% url 'vendor:cms-index' %} width="100%" height="80%" />
def cms_index_view(request, *args, **kwargs):
from cms.page_rendering import _render_welcome_page
return _render_welcome_page(request)
I apologize for posting an answer without the required number of reps. just thought it'd be helpful to someone else
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…