Created
April 15, 2019 17:20
-
-
Save kashmervil/fd4c988ac16d4e08e7c00cf77ee564b6 to your computer and use it in GitHub Desktop.
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
<div class="container"> | |
@if (true) | |
{ | |
<article class="post"> | |
<div class="post-cover"> | |
<img src=""> | |
@if (true) | |
{ | |
<span class="post-featrued-label"></span> | |
} | |
</div> | |
</article> | |
} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment