My Tags Widget =============== The My Tags widget displays a list of the user's tags and any tags shared with the user. The widget utilizes an HTML file, SQL script and Python script as shown below. Since the tags list is different for each user, Caching should be set to **each user**. HTML Code --------- Below is the HTML code for the My Tags widget. As supplied by TouchPoint, the file name is **WidgetTagsHTML**. .. literalinclude:: Files/WidgetTags.html :linenos: SQL Script ---------- Below is the SQL script for the My Tags widget. As supplied by TouchPoint, the file name is **WidgetTagsSQL**. .. literalinclude:: Files/WidgetTags.sql :linenos: Python Script ------------- Below is the Python script for the My Tags widget. As supplied by TouchPoint, the file name is **WidgetTagsPython**. .. literalinclude:: Files/WidgetTags.py :linenos: | | +--------------------+------------------+ | **Latest Update** | **04/30/2020** | +--------------------+------------------+ Added this article.