1```
2<script type="text/javascript" src="{{ static_url('shadowbox/shadowbox.js') }}">
3</script>
4<script type="text/javascript">
5Shadowbox.init({ handleOversize: "drag" });
6window.onload = function() {
7    Shadowbox.setup(".entry-content img", { gallery: "{{post.title}}", counterType: "skip" });
8};
9</script>
10```
11