Popular Django HTML Template recipes http://code.activestate.com/recipes/langs/django/2014-03-15T14:38:40-07:00ActiveState Code RecipesPPM (Django HTML Template) 2014-03-15T14:38:40-07:00Ruel Printhttp://code.activestate.com/recipes/users/4189448/http://code.activestate.com/recipes/578850-ppm/ <p style="color: grey"> Django HTML Template recipe 578850 by <a href="/recipes/users/4189448/">Ruel Print</a> . </p> <p>&lt;head&gt; &lt;title&gt;My Website&lt;/title&gt; &lt;/head&gt;</p> <p>&lt;body&gt;</p> <p>&lt;p&gt;Welcome to my website! I plan on using PHP and MySQL to generate these pages sometime, however I don't know much about PHP. A friend suggested I start by looking up PHP's php_info and mysql_info methods.&lt;/p&gt;</p> <p>&lt;!-- no frogs in here --&gt;</p> <p>&lt;/body&gt; &lt;/html&gt;</p>