forked from NPM/numass-framework
25 lines
546 B
HTML
25 lines
546 B
HTML
<!DOCTYPE html>
|
|
<!--[if lt IE 7]>
|
|
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
|
|
<![endif]-->
|
|
<!--[if IE 7]>
|
|
<html class="no-js lt-ie9 lt-ie8" lang="en">
|
|
<![endif]-->
|
|
<!--[if IE 8]>
|
|
<html class="no-js lt-ie9" lang="en">
|
|
<![endif]-->
|
|
<!--[if IE 9]>
|
|
<html class="no-js lt-ie10" lang="en">
|
|
<![endif]-->
|
|
<!--[if gt IE 9]><!-->
|
|
<html class="no-js" lang="en">
|
|
<!--<![endif]-->
|
|
${include 'header.html'}
|
|
${include 'navbar.html'}
|
|
<body>
|
|
<div class="container">
|
|
${content?: include('in_progress.html')}
|
|
</div>
|
|
${include 'footer.html'}
|
|
</body>
|
|
</html> |