Ask HN: What is the best base template of html for django?
Any open source project which has best base template for django.
example:- https://github.com/learningequality/ka-lite/blob/master/kalite/distributed/templates/distributed/base.html
example:- https://github.com/learningequality/ka-lite/blob/master/kalite/distributed/templates/distributed/base.html
8 comments
[ 2.7 ms ] story [ 24.4 ms ] threadIt will depend on your needs. The "best" template would be the one that users enjoy using the most and/or the one that makes you the most money.
Also, this question isn't quite appropriate for HN or even a site like StackOverFlow.
Why not design 3 or 5 bases and let us pick 1 for you.
If by best, you are referring to the 1 that can kickstart your work quickest, then the 1 that is easiest for you to understand whilst giving you the most to work with will be the "best".
--I meant the way blocks are made/distributed so that they could be extended. For example above one had blocks like {% block title %} {% block headcss %} {% block headjs %} etc. So I wanted to know any extensive list which people might have come across. Its like asking for best practices which comes by experience for example Daniel Greenfeld book two scoops of django gives many such suggestion. So I feels is relevant for HN atleast
HTML5boilerplate is a great one to start, just because it deals with a lot of cross-browser compatibility issues.