<table class="provenance-header" style="border: 0; border-collapse: collapse; margin: 0 0 16px 0; width: 100%;">
<tr style="border: 0;">
<td style="border: 0; vertical-align: top; padding: 0 24px 0 0;">

> **Source:** [https://faq.remarkbox.com/1895a878-9ee0-11e7-bece-040140774501](https://faq.remarkbox.com/1895a878-9ee0-11e7-bece-040140774501)  
> **Snapshot:** 2026-05-04T21:16:55Z  
> **Generator:** Remarkbox `763cacb`  
>
> *This is a subthread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.*

</td>
<td style="border: 0; vertical-align: top; width: 200px; text-align: right;">

![Scan for living source](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUAQAAAABdRz15AAABKElEQVR42s2Wyw3EQAhDrW2A/rt0BywPlNNeVoJDRtF8crDAGM8of4b1qn+SIp2RqpmDP/od//5TAdXncPBx2OIpoiKvCM0uTvCCVCu8I7yGqXGCV5RFoVY5Ig/40yQ646C+DLlZnMOav9Lf7FhjiycnNakgayfv8316g6owrflzllIKkUgP6kFNe+nZ63pAnd1hEuWF/sgVS3Azue0PaAOq8eIADynjjiEA1/yhmdFfHOiPoPTkq73+ojPFACe8db9BGfzhL9YBfwivwmpD9R4PGZf81E3svf5EuhSCjHPv95AHc8YK5Rt/zvGFjnbfv+6S9IV+0G9Jh+SITxf1iPG/5i9P8PAqu9V8896Yy7wN5oC/KUTfH/v+7fdBtvVxe+SB/t773v0C7J5beZGRcO4AAAAASUVORK5CYII=)

</td>
</tr>
</table>

The problem wasn\'t with the links method, the problem was with my
example mako template code:

<div>

    % for link in links:
        ${link|n} /  
    % endfor

</div>

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](https://faq.remarkbox.com/1895a878-9ee0-11e7-bece-040140774501)  
**Snapshot:** 2026-05-04T21:16:55Z  
**Generator:** Remarkbox `763cacb`
