Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.

akshaybabloo/gollahalli-cms

 
 

Repository files navigation

Gollahalli Website

1 Django Template Tags

These are the tags that were used in this project:

  1. To get name
{{ content.get_name }}
  1. To get Twitter
{{ content.get_twitter }}
  1. To get GitHub
{{ content.get_github }}
  1. To get Linkedin
{{ content.get_linkedin }}
  1. To get my image
{{ content.get_my_image | safe }}
  1. To get my Bio
{{ content.get_bio | safe }}
  1. To get my skills

For Table 1

{% for data, key in content.get_skills.t1.items %}
  {% for data_of_key in key %}
      {% if forloop.first %}
        {{ data | title }}
      {% else %}
          {# Do something #}
      {% endif %}
        {{ data_of_key }}
  {% endfor %}
{% endfor %}

For Table 2

{% for data, key in content.get_skills.t2.items %}
  {% for data_of_key in key %}
      {% if forloop.first %}
        {{ data | title }}
      {% else %}
          {# Do something #}
      {% endif %}
        {{ data_of_key }}
  {% endfor %}
{% endfor %}

About

Files for gollahalli.com web site

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •