From b8258c4148a885cdb9597991d72583834612f03a Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 23 Feb 2019 16:35:05 +0530 Subject: added template directory --- assets/website/templates/page.html | 312 ------------------------------------- 1 file changed, 312 deletions(-) delete mode 100644 assets/website/templates/page.html (limited to 'assets/website/templates/page.html') diff --git a/assets/website/templates/page.html b/assets/website/templates/page.html deleted file mode 100644 index 4b54940..0000000 --- a/assets/website/templates/page.html +++ /dev/null @@ -1,312 +0,0 @@ - -{% load static %} - - - - {{ page.heading }} | python.fossee.in - - - - - - - - {% if permalink == 'home'%} - - - - - {% endif %} -
- {% block page %} - - {% block header %} -
-
- - -
-
-
- {% endblock %} - - {% block content %} -
-
- - - - - {% if permalink == 'python-workshops' %} -
- -

Python Workshops

-
-

- {% if page.content %} - {{ page.content|safe }} - {% endif %} -

-
- -
-
-

- - - - - - - - - - - - {% for b in obj %} - - - - - - - - {% endfor %} - -
NameStart DateVenueNo of Participants
{{ b.w_name }}{{ b.startdate }}{{ b.venue }}{{ b.no_of_participant }}Details
-

-
-
-
-
- {% elif permalink == 'textbook-companions-for-academics' %} -
- -

Textbook Companions (TBC) for Academics

-
-

- {% if page.content %} - {{ page.content|safe }} - {% endif %} -

-
- -
-
-

- - - - - - - - - - {% for b in obj %} - - - - - {% endfor %} - -
Sr No.Book
{{ forloop.counter }}{{ b.title }} by {{ b.author }}
-

-
-
-
-
- - {% else %} -
-

{{ page.heading }}

-

- {{ page.content|safe }} -

-
- - {% endif %} - -
-
-
- {% endblock %} - -
-
- -
-
- - {% block footer %} - -
- Sponsored by:
- National Mission on Education through ICT
- MHRD
- http://www.sakshat.ac.in -
- {% endblock %} - {% endblock %} -
-
-
- This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
- - Creative Commons License -
-
- - - - -< !--Piwik-- > - - - - - - - - - -- cgit