File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 </script >
1616```
1717
18+ ``` html
19+ // templateQuestAnswer
20+ let templateQuestAnswer = `<header class =" main-header" >
21+ <nav class =" navbar" >
22+ <div class =" container" >
23+ <a href =" /" class =" brand" >{{title-headers}}</a >
24+ <div class =" nav-right" >
25+ <div class =" search-container" >
26+ <form class =" search-form" >
27+ <input type =" text" class =" search-input" placeholder =" {{Cari artikel}}..." >
28+ <button type =" submit" class =" search-btn" aria-label =" {{Submit pencarian}}" >
29+ <i class =" fas fa-search" ></i >
30+ </button >
31+ </form >
32+ <button class =" search-toggle" aria-label =" {{Toggle pencarian}}" >
33+ <i class =" fas fa-search" ></i >
34+ </button >
35+ </div >
36+ <button class =" sidebar-toggle" aria-label =" {{Toggle menu sidebar}}" >
37+ <i class =" fas fa-bars" ></i >
38+ </button >
39+ </div >
40+ </div >
41+ </nav >
42+ </header >
43+ ```
44+
1845``` js
1946 document .addEventListener (& #39 ;DOMContentLoaded& #39 ;, function (event ) {
2047 window .cookieChoices & amp;& amp; cookieChoices .showCookieConsentBar & amp;& amp; cookieChoices .showCookieConsentBar (
You can’t perform that action at this time.
0 commit comments