Files
edx-platform/common/djangoapps/pipeline_mako/templates/mako/css.html
2012-06-19 14:30:19 -04:00

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
/>