sample.tcl

Location:
/packages/bootstrap-icons/www/sample.tcl
Author:
Gustaf Neumann
Created:
Jan 1, 2020

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
    @author Gustaf Neumann

    @creation-date Jan 1, 2020
} {
}

set resource_info [::bootstrap_icons::resource_info]

set title "[dict get $resource_info resourceName] - Sample page"
set context [list $title]

set URL1 /resources/bootstrap-icons/bootstrap-icons-1.8.1//bootstrap.svg

set content [subst {
    <p> As image <img src="/assets/img/bootstrap.svg" alt="Bootstrap" width="32" height="32">

}]