Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

unclear code in readme #75

Open
cmacrander opened this issue Jun 10, 2015 · 1 comment
Open

unclear code in readme #75

cmacrander opened this issue Jun 10, 2015 · 1 comment

Comments

@cmacrander
Copy link

The block of code in the readme giving an example of inserting html via jinja should look like this instead:

        ...
        {{ profiler_includes() }}
    </body>
</html>

And if you have escaping on, it should look like this:

        ...
        {{ profiler_includes() | safe }}
    </body>
</html>
@sophiebits
Copy link
Contributor

Or maybe this should be wrapped in markupsafe.Markup…

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants