I see that URLs tend to follow the pattern:
/site/template-group-name/template-name/channel-lookup-name
Q1. How can I create a custom template for a specific content item?
Q2. How can I create a category listing which has its own template?
i.e.
Use regular news ‘index’ template (Q1):
/site/news/regular-news
Use special ‘special-story’ template (Q1):
/site/news/special-story-which-needs-custom-template
Use custom category listing template (Q2):
/site/news/category
Custom filter to present “Legal Politics” entries (Q2):
/site/news/category/politics/legal
Many thanks