5 ms·
I don't see why there should be a specific HTML template for just Django, since the HTML representations are pretty separated from the controller and model, any
by metaculus 11y ago
I don't see why there should be a specific HTML template for just Django, since the HTML representations are pretty separated from the controller and model, any template should do.
HTML5boilerplate is a great one to start, just because it deals with a lot of cross-browser compatibility issues.
- mascot6699 11y ago@metaculus like I answered above I meant block structure creations when I referrred django base templates.