template::head::included_in (private)

 template::head::included_in resource

Defined in packages/acs-templating/tcl/head-procs.tcl

Return the containiner resource, containing the provided resource

Parameters:
resource (required)
uri resource
Author:
Gustaf Neumann
Created:
2020-02-01
See Also:

Testcases:
No testcase defined.
Source code:
    set key ::template::head::included($resource)
    return [expr {[info exists $key] ? [set $key] : ""}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: