{"url":"https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37","repository_url":"https://api.github.com/repos/dogsheep/dogsheep-beta","labels_url":"https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37/labels{/name}","comments_url":"https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37/comments","events_url":"https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37/events","html_url":"https://github.com/dogsheep/dogsheep-beta/issues/37","id":1817281557,"node_id":"I_kwDOC8SPRc5sUYQV","number":37,"title":"cannot use jinja filters in display?","user":{"login":"rprimet","id":10352819,"node_id":"MDQ6VXNlcjEwMzUyODE5","avatar_url":"https://avatars.githubusercontent.com/u/10352819?v=4","gravatar_id":"","url":"https://api.github.com/users/rprimet","html_url":"https://github.com/rprimet","followers_url":"https://api.github.com/users/rprimet/followers","following_url":"https://api.github.com/users/rprimet/following{/other_user}","gists_url":"https://api.github.com/users/rprimet/gists{/gist_id}","starred_url":"https://api.github.com/users/rprimet/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rprimet/subscriptions","organizations_url":"https://api.github.com/users/rprimet/orgs","repos_url":"https://api.github.com/users/rprimet/repos","events_url":"https://api.github.com/users/rprimet/events{/privacy}","received_events_url":"https://api.github.com/users/rprimet/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":1,"created_at":"2023-07-23T20:09:54Z","updated_at":"2023-07-23T20:18:27Z","closed_at":"2023-07-23T20:18:26Z","assignee":null,"author_association":"NONE","type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"Hi, I'm trying to have a display function in Dogsheep's `config.yml` that includes something like this:\r\n\r\n```         \r\n<h3>\r\n  <a href=\"{{ urls.row('my_database', 'my_table', key) }}\">{{ display.title }}</a>\r\n  <a href=\"{{ display.url }}🔗\" target=\"_blank\">(source)</a>\r\n</h3>\r\n<p>{{ display.snippet|safe }}</p>\r\n```\r\n\r\nUnfortunately, rendering fails with a message 'urls is undefined'.\r\n\r\nThe same happens if I'm trying to build a row URL manually, using filters like `quote_plus` (as my keys are URLs).\r\n\r\nAny hints?\r\n\r\nThanks!","closed_by":{"login":"rprimet","id":10352819,"node_id":"MDQ6VXNlcjEwMzUyODE5","avatar_url":"https://avatars.githubusercontent.com/u/10352819?v=4","gravatar_id":"","url":"https://api.github.com/users/rprimet","html_url":"https://github.com/rprimet","followers_url":"https://api.github.com/users/rprimet/followers","following_url":"https://api.github.com/users/rprimet/following{/other_user}","gists_url":"https://api.github.com/users/rprimet/gists{/gist_id}","starred_url":"https://api.github.com/users/rprimet/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rprimet/subscriptions","organizations_url":"https://api.github.com/users/rprimet/orgs","repos_url":"https://api.github.com/users/rprimet/repos","events_url":"https://api.github.com/users/rprimet/events{/privacy}","received_events_url":"https://api.github.com/users/rprimet/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null}