|
1 | 1 | /******/ (() => { // webpackBootstrap |
2 | 2 | /******/ var __webpack_modules__ = ({ |
3 | 3 |
|
4 | | -/***/ 969: |
5 | | -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { |
6 | | - |
7 | | -"use strict"; |
8 | | -__webpack_require__.r(__webpack_exports__); |
9 | | -// extracted by mini-css-extract-plugin |
10 | | - |
11 | | - |
12 | | -/***/ }), |
13 | | - |
14 | | -/***/ 487: |
15 | | -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
16 | | - |
17 | | -var pug = __webpack_require__(355); |
18 | | - |
19 | | -function template(locals) {var pug_html = "", pug_mixins = {}, pug_interp;; |
20 | | - var locals_for_with = (locals || {}); |
21 | | - |
22 | | - (function (time) { |
23 | | - pug_html = pug_html + "\u003C!-- this partial is used for frontend and backend--\u003E\u003Cdiv class=\"time\"\u003E \u003Cb\u003ECurrent time\u003C\u002Fb\u003E\u003Cp\u003E" + (pug.escape(null == (pug_interp = time.toISOString()) ? "" : pug_interp)) + "\u003C\u002Fp\u003E\u003C\u002Fdiv\u003E\u003Cimg src=\"#{require('.\u002Flogo.png')}\"\u003E"; |
24 | | - }.call(this, "time" in locals_for_with ? |
25 | | - locals_for_with.time : |
26 | | - typeof time !== 'undefined' ? time : undefined)); |
27 | | - ;;return pug_html;}; |
28 | | -module.exports = template; |
29 | | - |
30 | | -/***/ }), |
31 | | - |
32 | 4 | /***/ 355: |
33 | 5 | /***/ ((__unused_webpack_module, exports, __webpack_require__) => { |
34 | 6 |
|
@@ -321,13 +293,41 @@ function pug_rethrow(err, filename, lineno, str) { |
321 | 293 | } |
322 | 294 |
|
323 | 295 |
|
| 296 | +/***/ }), |
| 297 | + |
| 298 | +/***/ 487: |
| 299 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 300 | + |
| 301 | +var pug = __webpack_require__(355); |
| 302 | + |
| 303 | +function template(locals) {var pug_html = "", pug_mixins = {}, pug_interp;; |
| 304 | + var locals_for_with = (locals || {}); |
| 305 | + |
| 306 | + (function (time) { |
| 307 | + pug_html = pug_html + "\u003C!-- this partial is used for frontend and backend--\u003E\u003Cdiv class=\"time\"\u003E \u003Cb\u003ECurrent time\u003C\u002Fb\u003E\u003Cp\u003E" + (pug.escape(null == (pug_interp = time.toISOString()) ? "" : pug_interp)) + "\u003C\u002Fp\u003E\u003C\u002Fdiv\u003E\u003Cimg src=\"#{require('.\u002Flogo.png')}\"\u003E"; |
| 308 | + }.call(this, "time" in locals_for_with ? |
| 309 | + locals_for_with.time : |
| 310 | + typeof time !== 'undefined' ? time : undefined)); |
| 311 | + ;;return pug_html;}; |
| 312 | +module.exports = template; |
| 313 | + |
324 | 314 | /***/ }), |
325 | 315 |
|
326 | 316 | /***/ 900: |
327 | 317 | /***/ (() => { |
328 | 318 |
|
329 | 319 | /* (ignored) */ |
330 | 320 |
|
| 321 | +/***/ }), |
| 322 | + |
| 323 | +/***/ 969: |
| 324 | +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { |
| 325 | + |
| 326 | +"use strict"; |
| 327 | +__webpack_require__.r(__webpack_exports__); |
| 328 | +// extracted by mini-css-extract-plugin |
| 329 | + |
| 330 | + |
331 | 331 | /***/ }) |
332 | 332 |
|
333 | 333 | /******/ }); |
@@ -370,7 +370,7 @@ function pug_rethrow(err, filename, lineno, str) { |
370 | 370 | /******/ |
371 | 371 | /************************************************************************/ |
372 | 372 | var __webpack_exports__ = {}; |
373 | | -// This entry need to be wrapped in an IIFE because it need to be in strict mode. |
| 373 | +// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. |
374 | 374 | (() => { |
375 | 375 | "use strict"; |
376 | 376 |
|
|
0 commit comments