|
|
The problem wasn't with the links method, the problem was with my example mako template code:
% for link in links:
${link|n} /
% endfor
Newer versions of pyramid escape HTML. To prevent escaping HTML (to
send HTML into your template from your view) use the | n
filter.
I updated the example above to be more correct.
Source: https://faq.remarkbox.com/1895a878-9ee0-11e7-bece-040140774501
Snapshot: 2026-05-04T21:15:06Z
Generator: Remarkbox 763cacb