{"html_url": "https://github.com/simonw/datasette/issues/2038#issuecomment-1463112173", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/2038", "id": 1463112173, "node_id": "IC_kwDOBm6k_c5XNVHt", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-03-10T02:11:06Z", "updated_at": "2023-03-10T02:11:06Z", "author_association": "OWNER", "body": "Here's an example of something that would break:\r\n\r\nhttps://github.com/simonw/datasette/blob/56b0758a5fbf85d01ff80a40c9b028469d7bb65f/datasette/templates/database.html#L12-L15\r\n\r\nBecause `metadata` is an empty dictionary sometimes, so `{{ metadata.title or database }}` would raise an error and need to be replaced by `{{ metadata.get(\"title\") or database }}`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1618249044, "label": "Consider a `strict_templates` setting"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/2038#issuecomment-1463110978", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/2038", "id": 1463110978, "node_id": "IC_kwDOBm6k_c5XNU1C", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-03-10T02:09:41Z", "updated_at": "2023-03-10T02:09:41Z", "author_association": "OWNER", "body": "I'm torn on this. It's useful for me right now for refactoring, but I feel like it should be a permanent thing, not a setting - or it should default to on and people should turn it off, but who would ever do that?", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1618249044, "label": "Consider a `strict_templates` setting"}, "performed_via_github_app": null}