13 lines
181 B
HTML
13 lines
181 B
HTML
<link href="${url}" rel="stylesheet" type="${type}" \
|
|
% if media:
|
|
media="${media}" \
|
|
% endif
|
|
% if title:
|
|
title="${title}" \
|
|
% endif
|
|
% if charset:
|
|
charset="${charset}" \
|
|
% endif
|
|
/>
|
|
|