1 2 3 4 5 6 7 8 9 | {% load content_tagclouds %}
{% get_latest_cloudtag %}
{% for tag in content_tagclouds|slice:"5" %}
<div style="font-size:{{ tag.cloudsize }}; text-align:left;float:left" > <a href="{{ tag.get_absolute_url }}"> {{ tag.title }}</a>, </div>
{% endfor %}
|
More like this
- Clouds Tag by ramdas 4 years, 2 months ago
- django-tagging clouds template tag by skam 4 years, 10 months ago
- Clouds Tag by ramdas 4 years, 2 months ago
- simple tag-cloud Template Tag by metty 2 years, 4 months ago
- Using the {% widthratio %} template tag with CSS to create a bar graph by jcroft 4 years, 11 months ago
Comments