Use page <title/> in surrounding template in Lift -


i know in /page.html can do:

... <body class="lift:content_id=main"> <div id="main" class="lift:surround?with=default;at=content">   <title class="lift:head">title_goes_here</title> ... 

... more transparent designers able put <title/> in <head/> of /page.html.

would possible <title/> snippet used in /templates-hidden/default.html somehow read regular head <title/> in used /page.html?

thanks!

i think answer rather "no", because lift reads data inside id="???" in page.html. architecture choice afaik.

you should ask on mailing list, think, if propose changes lift architecture.

btw, know title overridden (inserted) if use sitemap?: https://www.assembla.com/wiki/show/liftweb/sitemap


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -