summaryrefslogtreecommitdiff
path: root/http/share/components/meta.upphtml
blob: fbb0155f779e76daba5afb1462ee2e266b81bf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!
if [ -z "${NO_META}" ]; then
#!

<title>${TITLE}</title>
<meta name='title' content='${TITLE}' />
<meta name='description' content='${DESCRIPTION}' />

#!
fi
#!