Closed dbojicic-agency closed 2 years ago
In the process of reviewing other content (ie a List example), the different template used by the List examples is due to the ig.json not having an entry in the defaults array; ie this is missing:
"List": {
"template-base": "ex.html",
"template-format": "ex-format.html"
}
This however does not explain other differences in the rendering of List instances (ie missing blue box for id and profile, element names not in bold).
Currently only the narrative form shows up, the raw forms of are all showing the narrative form.
Some examples have a breadcrumb train and a page title in format
"<resource type>/<example id>"
. Example formats inlude XML, JSON and Turtle.Others don't have breadcrumbs and the page title is in format
"Example:<resource type>-<example id>"
. Formats include Narrative, XML, JSON and Turtle.For example: List/bdaf4fda-4e98-11e9-8647-d663bd873d93 Example: Practitioner-example0
All AU Base examples should be using the same template.