Command to generate jinja HTML along with Python file

Is there any command available through which we can create the jinja .html file along with .py File. i want to create some custom html content to be displayed in frappe { I want to access container section for loading my own content}.

1 Like

override base.html template in your app.

@saurabh6790 Could you elaborate more details in HOW & Where to override base.html in custom app?

1 Like

copy the base.html from frappe/templates to your application/templates/pages/ Then write your code inside that base.html

thanks @saurabh6790 :grinning: