I'm back :) While following Django tutorial at http://tutorial.pythonanywhere.com/django i found an important step is missing. After creating the template file and directory you need to edit settings.py and add your template directory absolute path to TEMPLATE_DIRS section. This step is missing.
Thanks Steve