Skip to content

Commit

Permalink
#618 updated predifned page and template content
Browse files Browse the repository at this point in the history
  • Loading branch information
cmrockwell committed Oct 28, 2020
1 parent 750a23b commit 1befe34
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<jcr:content
jcr:primaryType="per:PageContent"
sling:resourceType="pagerenderserver/components/page"
jcr:title="peregrine-server About">
jcr:title="peregrine-server About"
template="/content/pagerenderserver/templates/base"
templatePath="/content/pagerenderserver/templates/base" >

<content jcr:primaryType="nt:unstructured"
sling:resourceType="pagerenderserver/components/container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<jcr:content
jcr:primaryType="per:PageContent"
sling:resourceType="pagerenderserver/components/page"
jcr:title="peregrine-server Index">
jcr:title="peregrine-server Index"
template="/content/pagerenderserver/templates/base"
templatePath="/content/pagerenderserver/templates/base" >

<content jcr:primaryType="nt:unstructured"
sling:resourceType="pagerenderserver/components/container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@

<jcr:content
jcr:primaryType="per:PageContent"
sling:resourceType="pagerenderserver/components/page"
jcr:title="example htl site template">

jcr:title="example htl site template"
sling:resourceType="pagerenderserver/components/page">

<base jcr:primaryType="nt:unstructured"
sling:resourceType="pagerenderserver/components/base"
text="example template content"/>

<content jcr:primaryType="nt:unstructured" sling:resourceType="pagerenderserver/components/container" />

<!-- TODO: build nav and footer component for pagerenderserver
<nav jcr:primaryType="nt:unstructured"
sling:resourceType="pagerenderserver/components/nav"
brand="example"/>
<footer jcr:primaryType="nt:unstructured"
sling:resourceType="pagerenderserver/components/footer"/> -->
Expand Down

0 comments on commit 1befe34

Please sign in to comment.