Commit 8c5700f7 authored by Yuri Bondarenko's avatar Yuri Bondarenko

xslt

parent 7c23e46b
/* Библиотеки */
@import url( '../../../node_modules/swiper/dist/css/swiper.css' );
/* CSS */ /* CSS */
@import url('../../components/common/common.css'); @import url('../../components/common/common.css');
@import url('../../components/swiper/swiper.css');
@import url('../../components/ymaps/ymaps.css');
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- Импорты --> <!-- Импорты -->
<xsl:import href="../Index/Index.xsl" /> <xsl:import href="./src/components/Index/Index.xsl" />
<!-- Базовый шаблон --> <!-- Базовый шаблон -->
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</head> </head>
<body> <body>
<xsl:apply-temlates /> <xsl:apply-templates select="Index" />
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,fetch"></script> <script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,fetch"></script>
<script src="/assets/js/app.js"></script> <script src="/assets/js/app.js"></script>
</body> </body>
......
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