Commit fcfb40cf by Robert Raposa

Remove pragmas to disable mako-missing-default

parent dbad9fbc
## xss-lint: disable=mako-missing-default
## coding=utf-8
## mako
## Pages currently use v1 styling by default. Once the Pattern Library
## rollout has been completed, this default can be switched to v2.
......
<%page expression_filter="h"/>
<script>
## xss-lint: disable=mako-missing-default
</script>
<div class="wrapper-mast wrapper">
<header class="mast has-subtitle">
......
## xss-lint: disable=mako-missing-default
## coding=utf-8
## This is the main Mako template that all page templates should include.
......
## mako
<%page expression_filter="h"/>
<script>
## xss-lint: disable=mako-missing-default
</script>
<section class="main-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment