//
${this.params.content.title}
//
${this.params.content.message} ${policy}
//
${buttons}
//
`;
// // Create window
// let htmlMessage = document.createElement( "div" );
// htmlMessage.id = "cc-window";
// htmlMessage.classList.add( "cc-window" );
// htmlMessage.classList.add( positionCss );
// htmlMessage.classList.add( contentAlign );
// if ( this.params.animation ) { htmlMessage.classList.add( "cc-animation-in" ); }
// htmlMessage.innerHTML = content;
// document.body.insertAdjacentElement( positionInsert, htmlMessage );
// this.attachEventsButtons();
// }
// }
// }
// getHtmlButtons() {
// if ( this.params.hasOwnProperty( "buttons" ) ) {
// if ( Array.isArray( this.params.buttons ) ) {
// let html = "";
// const scope = this;
// this.params.buttons.forEach(
// function( button ) {
// if ( button == "accept" )
// html += `