{# File: keyword_macro.html Description: This file defines a macro `keyword_block` that generates a list of keywords in an HTML unordered list format. The keywords are displayed as clickable items, styled within a container for better presentation. Usage: `{% from 'keyword_block_macro.html' import keyword_block %}` Parameters: - keywords (list of strings): A list of keywords to be displayed. Each keyword is rendered as a clickable item. Example: keywords = ['Python', 'Jinja2', 'Web Development', 'Template Engine'] Features: - Displays keywords in a structured list format (`