You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no class in the model for <http://ex.org/d> the default_template will be used except for, that an instance_template_mappings entry exists for <http://ex.org/d>. If no default_template and no mapping is provided, the page will not be rendered.
Further if there are resources ending with .html the behavior should be as follows:
Resources with the following URIs should result in the following pages (under the assumption
site.url = "http://ex.org"
):For the special case of fragment identifiers:
In
/c.html
the variables are set as follows:It there is no "super resource" the page is still generated if there are fragment identifiers on it:
In
/d.html
the variables are set as follows:Since there is no class in the model for
<http://ex.org/d>
thedefault_template
will be used except for, that aninstance_template_mappings
entry exists for<http://ex.org/d>
. If nodefault_template
and no mapping is provided, the page will not be rendered.Further if there are resources ending with
.html
the behavior should be as follows:The following setup should throw an error for now.
The text was updated successfully, but these errors were encountered: