glaciers-in-archives / snowman

A static site generator for SPARQL backends.
GNU Lesser General Public License v3.0
112 stars 11 forks source link

Snowman crashes if a multipage view query is missing the path variable #83

Closed Abbe98 closed 3 months ago

Abbe98 commented 9 months ago

If you try to render the following view but your objects.rq query return no bound values for id Snowman will crash, rather than exiting with a good error message.

 - output: "objects/{{id}}/index.html"
    query: "objects.rq"
    template: "object.html"