Last active
January 22, 2021 08:56
-
-
Save Natgho/be694f178c5b85c1ac626815c099bae4 to your computer and use it in GitHub Desktop.
Index.hml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<swiper class="container" index="{{index}}"> | |
<div class="swiper-item first-page"> | |
First Page | |
</div> | |
<div class="swiper-item second-page"> | |
Second Page | |
</div> | |
<div class="swiper-item third-page third-page-content"> | |
Third Page | |
</div> | |
<div class="swiper-item fourth-page"> | |
Fourth Page | |
</div> | |
</swiper> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment