sttl.web.head.rq Maven / Gradle / Ivy
prefix ft:
template st:head {
format {
ft:head.html str(?title)
}
}
where {
bind (coalesce(st:get(st:title), "Tutorial") as ?title)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy